Re: BUG #17184: When using openssl, the memory of a static variable is not freed in libpq

Поиск
Список
Период
Сортировка
От Michael Paquier
Тема Re: BUG #17184: When using openssl, the memory of a static variable is not freed in libpq
Дата
Msg-id YTq/BRaH+n1MxD56@paquier.xyz
обсуждение исходный текст
Ответ на Re: BUG #17184: When using openssl, the memory of a static variable is not freed in libpq  (Alexander Dzuba <kaegoorn48@gmail.com>)
Ответы Re: BUG #17184: When using openssl, the memory of a static variable is not freed in libpq  (Kyotaro Horiguchi <horikyota.ntt@gmail.com>)
Список pgsql-bugs
On Thu, Sep 09, 2021 at 08:32:58AM +0300, Alexander Dzuba wrote:
> I know that this is not the real leak, but memcheck analysis shows that the
> memory was not released. Because of this, CI tests fail and deploy is
> blocked.

Perhaps there is room for improvement in valgrind.supp then?
--
Michael

Вложения

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

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: Segmentation fault on postgresql 13.4, 12.8 with function call in a cursor
Следующее
От: PG Bug reporting form
Дата:
Сообщение: BUG #17186: In connect.c, the lock connections_mutex is not correctly released(Line 463) at the return(Line 522)