Обсуждение: pgsql: Back-patch 7.4-era fix for memory leak with SSL connections due

Поиск
Список
Период
Сортировка

pgsql: Back-patch 7.4-era fix for memory leak with SSL connections due

От
tgl@postgresql.org (Tom Lane)
Дата:
Log Message:
-----------
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.

Tags:
----
REL7_3_STABLE

Modified Files:
--------------
    pgsql/src/backend/libpq:
        be-secure.c (r1.15.2.14 -> r1.15.2.15)
        (http://developer.postgresql.org/cvsweb.cgi/pgsql/src/backend/libpq/be-secure.c.diff?r1=1.15.2.14&r2=1.15.2.15)
    pgsql/src/interfaces/libpq:
        fe-secure.c (r1.15.2.7 -> r1.15.2.8)

(http://developer.postgresql.org/cvsweb.cgi/pgsql/src/interfaces/libpq/fe-secure.c.diff?r1=1.15.2.7&r2=1.15.2.8)