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

From Michael Paquier
Subject Re: BUG #17184: When using openssl, the memory of a static variable is not freed in libpq
Date
Msg-id YTq/BRaH+n1MxD56@paquier.xyz
Whole thread Raw
In response to Re: BUG #17184: When using openssl, the memory of a static variable is not freed in libpq  (Alexander Dzuba <kaegoorn48@gmail.com>)
Responses Re: BUG #17184: When using openssl, the memory of a static variable is not freed in libpq
List 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

Attachment

pgsql-bugs by date:

Previous
From: Tom Lane
Date:
Subject: Re: Segmentation fault on postgresql 13.4, 12.8 with function call in a cursor
Next
From: PG Bug reporting form
Date:
Subject: BUG #17186: In connect.c, the lock connections_mutex is not correctly released(Line 463) at the return(Line 522)