pgsql: Free SQLSTATE and SQLERRM no earlier than other PL/pgSQL variabl

Поиск
Список
Период
Сортировка
От Noah Misch
Тема pgsql: Free SQLSTATE and SQLERRM no earlier than other PL/pgSQL variabl
Дата
Msg-id E1YQqUq-00088r-T8@gemulon.postgresql.org
обсуждение исходный текст
Список pgsql-committers
Free SQLSTATE and SQLERRM no earlier than other PL/pgSQL variables.

"RETURN SQLERRM" prompted plpgsql_exec_function() to read from freed
memory.  Back-patch to 9.0 (all supported versions).  Little code ran
between the premature free and the read, so non-assert builds are
unlikely to witness user-visible consequences.

Branch
------
REL9_0_STABLE

Details
-------
http://git.postgresql.org/pg/commitdiff/40a9a16760ab803694583d7f3549a7ad7bc11d75

Modified Files
--------------
src/pl/plpgsql/src/pl_exec.c          |   12 +++---------
src/test/regress/expected/plpgsql.out |   12 ++++++++++++
src/test/regress/sql/plpgsql.sql      |   10 +++++++++-
3 files changed, 24 insertions(+), 10 deletions(-)


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

Предыдущее
От: Noah Misch
Дата:
Сообщение: pgsql: Free SQLSTATE and SQLERRM no earlier than other PL/pgSQL variabl
Следующее
От: Noah Misch
Дата:
Сообщение: pgsql: Free SQLSTATE and SQLERRM no earlier than other PL/pgSQL variabl