Back-patch 7.4-era fix for memory leak with SSL connections due to
Tom Lane <tgl@sss.pgh.pa.us>
Back-patch 7.4-era fix for memory leak with SSL connections due to missing X509_free() calls. Per a request from a Red Hat customer; seems silly for Red Hat to be shipping a patch that's not in upstream.
Files
| Path | Change | +/− |
|---|---|---|
| src/backend/libpq/be-secure.c | modified | +10 −1 |
| src/interfaces/libpq/fe-secure.c | modified | +7 −1 |