pgsql: Fix memory leak in libpq when using sslmode=verify-full

Поиск
Список
Период
Сортировка
От Michael Paquier
Тема pgsql: Fix memory leak in libpq when using sslmode=verify-full
Дата
Msg-id E1jR1Nl-0001LZ-Cc@gemulon.postgresql.org
обсуждение исходный текст
Список pgsql-committers
Fix memory leak in libpq when using sslmode=verify-full

Checking if Subject Alternative Names (SANs) from a certificate match
with the hostname connected to leaked memory after each lookup done.

This is broken since acd08d7 that added support for SANs in SSL
certificates, so backpatch down to 9.5.

Author: Roman Peshkurov
Reviewed-by: Hamid Akhtar, Michael Paquier, David Steele
Discussion: https://postgr.es/m/CALLDf-pZ-E3mjxd5=bnHsDu9zHEOnpgPgdnO84E2RuwMCjjyPw@mail.gmail.com
Backpatch-through: 9.5

Branch
------
REL_10_STABLE

Details
-------
https://git.postgresql.org/pg/commitdiff/1bb0293d844538ee39b14a7965a9ea7e10dcae93

Modified Files
--------------
src/interfaces/libpq/fe-secure-openssl.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)


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

Предыдущее
От: Alvaro Herrera
Дата:
Сообщение: pgsql: Document partitiong tables ancillary object handling some more
Следующее
От: Alvaro Herrera
Дата:
Сообщение: pgsql: psql \d: Display table where trigger is defined, if inherited