pgsql: Fix memory leak in pg_hmac

Поиск
Список
Период
Сортировка
От Daniel Gustafsson
Тема pgsql: Fix memory leak in pg_hmac
Дата
Msg-id E1mWPUg-0000G3-2H@gemulon.postgresql.org
обсуждение исходный текст
Список 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
------
REL_14_STABLE

Details
-------
https://git.postgresql.org/pg/commitdiff/a5e83ad79c282421f32224c5152d6182de34da35

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


В списке pgsql-committers по дате отправления:

Предыдущее
От: Daniel Gustafsson
Дата:
Сообщение: pgsql: Fix memory leak in pg_hmac
Следующее
От: Alvaro Herrera
Дата:
Сообщение: pgsql: Remove unstable, unnecessary test; fix typo