pgsql: Fix issues with pg_ctl

Поиск
Список
Период
Сортировка
От Stephen Frost
Тема pgsql: Fix issues with pg_ctl
Дата
Msg-id E1WL5OJ-0001UU-B5@gemulon.postgresql.org
обсуждение исходный текст
Ответы Re: pgsql: Fix issues with pg_ctl  (Thom Brown <thom@linux.com>)
Список pgsql-committers
Fix issues with pg_ctl

The new, small, free_readfile managed to have bug in it which could
cause it to try and free something it shouldn't, and fix the case
where it was being called with an invalid pointer leading to a
segfault.

Noted by Bruce, issues introduced and fixed by me.

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/eb933162cdcbcaa5c56c75eb21b9c055af9748a0

Modified Files
--------------
src/bin/pg_ctl/pg_ctl.c |   12 +++++++-----
1 file changed, 7 insertions(+), 5 deletions(-)


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

Предыдущее
От: Peter Eisentraut
Дата:
Сообщение: pgsql: Fix whitespace
Следующее
От: Thom Brown
Дата:
Сообщение: Re: pgsql: Fix issues with pg_ctl