use-after-free in psql

Поиск
Список
Период
Сортировка
От Neil Conway
Тема use-after-free in psql
Дата
Msg-id 1151626510.5838.33.camel@localhost
обсуждение исходный текст
Ответы Re: use-after-free in psql  (Alvaro Herrera <alvherre@commandprompt.com>)
Список pgsql-bugs
There's a minor bug in the ON_ERROR_ROLLBACK code in psql. In HEAD, at
line 878 the storage pointed to by "results" is released by a PQclear(),
but is referenced by the PQcmdStatus() calls on lines 898, 899, and 900.

I'm busy at the moment -- if someone wants to fix this (backport to 8.1
please!), have at it. Otherwise I'll fix it this weekend.

-Neil

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

Предыдущее
От: "Wagner Cipriano"
Дата:
Сообщение: BUG #2506: hash index
Следующее
От: Tom Lane
Дата:
Сообщение: Re: BUG #2506: hash index