[PATCH] FIx explicit null dereference pointer (nbtree.c)

Поиск
Список
Период
Сортировка
От Ranier Vilela
Тема [PATCH] FIx explicit null dereference pointer (nbtree.c)
Дата
Msg-id CAEudQArX3tPh3mUs33a9t4L+5v=_wC-Bct2DRuJNd3qrW09JHw@mail.gmail.com
обсуждение исходный текст
Ответы Re: [PATCH] FIx explicit null dereference pointer (nbtree.c)
Список pgsql-hackers
Hi,
per Coverity.

1. assign_zero: Assigning: opaque = NULL.
2. Condition buf < 0, taking true branch.
3. Condition !(((PageHeader)page)->pd_upper == 0), taking false branch.
4. Condition blkno != orig_blkno, taking true branch.
5. Condition _bt_page_recyclable(page), taking false branch.
CID 1314742 (#2 of 2): Explicit null dereferenced (FORWARD_NULL)
6. var_deref_op: Dereferencing null pointer opaque.

regards,
Ranier Vilela
Вложения

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

Предыдущее
От: Ranier Vilela
Дата:
Сообщение: [PATCH] Fix buffer not null terminated on (ecpg lib)
Следующее
От: David Rowley
Дата:
Сообщение: Re: Parallel Append can break run-time partition pruning