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

Поиск
Список
Период
Сортировка
От tgl@postgresql.org (Tom Lane)
Тема pgsql: Back-patch 7.4-era fix for memory leak with SSL connections due
Дата
Msg-id 20060623144252.D6F339FA5DD@postgresql.org
обсуждение исходный текст
Список pgsql-committers
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)

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

Предыдущее
От: pgstudy@pgfoundry.org (User Pgstudy)
Дата:
Сообщение: fulldisjunction - fd: Finally, deformed tuples consolidation is over.
Следующее
От: meskes@postgresql.org (Michael Meskes)
Дата:
Сообщение: pgsql: Clarified copyright notice