[PATCH] Explicit null dereferenced (src/backend/access/heap/heaptoast.c)

Поиск
Список
Период
Сортировка
От Ranier Vilela
Тема [PATCH] Explicit null dereferenced (src/backend/access/heap/heaptoast.c)
Дата
Msg-id CAEudQArJCzV6o-Nh-X0Y3cih-ot3XojK19UrT7xmJ=pW-S8kfA@mail.gmail.com
обсуждение исходный текст
Ответы Re: [PATCH] Explicit null dereferenced (src/backend/access/heap/heaptoast.c)  (gkokolatos@pm.me)
Список pgsql-hackers
Hi,

Per Coverity.

When "Prepare for toasting", it is necessary to turn off the flag TOAST_NEEDS_DELETE_OLD,
if there is no need to delete external values from the old tuple, otherwise,
there are dereference NULL at toast_helper.c (on toast_tuple_cleanup function).


regards,
Ranier Vilela

Вложения

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

Предыдущее
От: Peter Geoghegan
Дата:
Сообщение: Re: XMAX_LOCK_ONLY and XMAX_COMMITTED (fk/multixact code)
Следующее
От: Peter Geoghegan
Дата:
Сообщение: Disk-based hash aggregate's cost model