[PATCH] Dereference null return value (NULL_RETURNS) (src/backend/commands/statscmds.c)

Поиск
Список
Период
Сортировка
От Ranier Vilela
Тема [PATCH] Dereference null return value (NULL_RETURNS) (src/backend/commands/statscmds.c)
Дата
Msg-id CAEudQAoMH_R0WaBvDsFL8fz_TLQ4cwhu3v8y1R-1kDsFjzxg8Q@mail.gmail.com
обсуждение исходный текст
Ответы Re: [PATCH] Dereference null return value (NULL_RETURNS) (src/backend/commands/statscmds.c)  (Ranier Vilela <ranier.vf@gmail.com>)
Список pgsql-hackers
Hi Tom,

Per Coverity.

The SearchSysCache1 allows return NULL and at function AlterStatistics,
has one mistake, lack of, check of return, which enables a dereference NULL pointer,
at function heap_modify_tuple.

While there is room for improvement.
Avoid calling SearchSysCache1 and table_open if the user "is not the owner of the existing statistics object".

regards,
Ranier Vilela

Вложения

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

Предыдущее
От: Rahila
Дата:
Сообщение: Re: More tests with USING INDEX replident and dropped indexes
Следующее
От: Andres Freund
Дата:
Сообщение: Re: Hybrid Hash/Nested Loop joins and caching results from subplans