pgsql: libpq: Fix memory leak in URI parser

Поиск
Список
Период
Сортировка
От Peter Eisentraut
Тема pgsql: libpq: Fix memory leak in URI parser
Дата
Msg-id E1T4k6J-0006Ia-BI@gemulon.postgresql.org
обсуждение исходный текст
Список pgsql-committers
libpq: Fix memory leak in URI parser

When an invalid query parameter is reported, some memory leaks.

found by Coverity

Branch
------
REL9_2_STABLE

Details
-------
http://git.postgresql.org/pg/commitdiff/1c8c084cdc136388835e0d703a5e26272e0a8f2f

Modified Files
--------------
src/interfaces/libpq/fe-connect.c |    5 +++++
1 files changed, 5 insertions(+), 0 deletions(-)


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

Предыдущее
От: Peter Eisentraut
Дата:
Сообщение: pgsql: Translation updates
Следующее
От: Peter Eisentraut
Дата:
Сообщение: pgsql: libpq: Fix memory leak in URI parser