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

From: PG Bug reporting form <noreply(at)postgresql(dot)org>
To: pgsql-bugs(at)lists(dot)postgresql(dot)org
Cc: kaegoorn48(at)gmail(dot)com
Subject: BUG #17184: When using openssl, the memory of a static variable is not freed in libpq
Date: 2021-09-08 07:21:18
Message-ID: 17184-8819e0faad281a1d@postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs

The following bug has been logged on the website:

Bug reference: 17184
Logged by: Alexander Dzyuba
Email address: kaegoorn48(at)gmail(dot)com
PostgreSQL version: 12.8
Operating system: Linux
Description:

Valgrind shows static variable memory is not freed when using openssl

libpq/fe-secure-openssl.c:1571

static BIO_METHOD *my_bio_methods;

Please add a method that will free memory after use

Responses

Browse pgsql-bugs by date

  From Date Subject
Next Message Julien Rouhaud 2021-09-08 07:26:59 Re: BUG #17183: missing websearch_to_tsquery
Previous Message Noah Misch 2021-09-08 06:45:15 Re: CREATE INDEX CONCURRENTLY does not index prepared xact's data