pgsql: If pk is NULL, the backend would segfault when accessing ->algo

Поиск
Список
Период
Сортировка
От Heikki Linnakangas
Тема pgsql: If pk is NULL, the backend would segfault when accessing ->algo
Дата
Msg-id E1P8ePn-0001RG-Lq@gemulon.postgresql.org
обсуждение исходный текст
Список pgsql-committers
If pk is NULL, the backend would segfault when accessing ->algo and the
following NULL check was never reached.

This problem was found by Coccinelle (null_ref.cocci from coccicheck).

Marti Raudsepp

Branch
------
REL8_2_STABLE

Details
-------
http://git.postgresql.org/gitweb?p=postgresql.git;a=commitdiff;h=77f8685bec94b642f1606f64cca6080a2d834441

Modified Files
--------------
contrib/pgcrypto/pgp-pubenc.c |    4 +++-
1 files changed, 3 insertions(+), 1 deletions(-)


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

Предыдущее
От: Tom Lane
Дата:
Сообщение: pgsql: Don't try to fetch database name when SetTransactionIdLimit() is
Следующее
От: Heikki Linnakangas
Дата:
Сообщение: pgsql: If pk is NULL, the backend would segfault when accessing ->algo