forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit0ded703
committed
Fix memory leak in pg_hmac
The intermittent h buffer was not freed, causing it to leak. Backpatchthrough 14 where HMAC was refactored to the current API.Author: Sergey Shinderuk <s.shinderuk@postgrespro.ru>Discussion:https://postgr.es/m/af07e620-7e28-a742-4637-2bc44aa7c2be@postgrespro.ruBackpatch-through: 141 parent8c1144b commit0ded703
1 file changed
+5
-0
lines changedLines changed: 5 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
232 | 232 |
| |
233 | 233 |
| |
234 | 234 |
| |
| 235 | + | |
| 236 | + | |
235 | 237 |
| |
| 238 | + | |
236 | 239 |
| |
237 | 240 |
| |
238 | 241 |
| |
239 | 242 |
| |
240 | 243 |
| |
241 | 244 |
| |
242 | 245 |
| |
| 246 | + | |
243 | 247 |
| |
244 | 248 |
| |
245 | 249 |
| |
| 250 | + | |
246 | 251 |
| |
247 | 252 |
| |
248 | 253 |
| |
|
0 commit comments
Comments
(0)