pgsql: Fix memory leak in pg_hmac - Mailing list pgsql-committers

From Daniel Gustafsson
Subject pgsql: Fix memory leak in pg_hmac
Date
Msg-id E1mWPU8-0000FE-Vy@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
Fix memory leak in pg_hmac

The intermittent h buffer was not freed, causing it to leak. Backpatch
through 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.ru
Backpatch-through: 14

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/0ded7039fab314afb7cbaf36b52209f253c05539

Modified Files
--------------
src/common/hmac.c | 5 +++++
1 file changed, 5 insertions(+)


pgsql-committers by date:

Previous
From: Tom Lane
Date:
Subject: pgsql: Avoid believing incomplete MCV-only stats in get_variable_range(
Next
From: Daniel Gustafsson
Date:
Subject: pgsql: Fix memory leak in pg_hmac