Re: Fix out-of-bounds in the function GetCommandTagName

Поиск
Список
Период
Сортировка
От David Rowley
Тема Re: Fix out-of-bounds in the function GetCommandTagName
Дата
Msg-id CAApHDvqhEDo77c1PTtUcHr6bL7bqUBvo7YTRJo9TamEqTEYh9A@mail.gmail.com
обсуждение исходный текст
Ответ на [MASSMAIL]Fix out-of-bounds in the function GetCommandTagName  (Ranier Vilela <ranier.vf@gmail.com>)
Ответы Re: Fix out-of-bounds in the function GetCommandTagName  (Tom Lane <tgl@sss.pgh.pa.us>)
Re: Fix out-of-bounds in the function GetCommandTagName  (Ranier Vilela <ranier.vf@gmail.com>)
Список pgsql-hackers
On Mon, 15 Apr 2024 at 11:17, Ranier Vilela <ranier.vf@gmail.com> wrote:
> Coverity has reported some out-of-bounds bugs
> related to the GetCommandTagName function.
>
> The size of the array is defined by COMMAND_TAG_NEXTTAG enum,
> whose value currently corresponds to 193.
> Since enum items are evaluated starting at zero, by default.

I think the change makes sense. I don't see any good reason to define
COMMAND_TAG_NEXTTAG or force the compiler's hand when it comes to
sizing that array.

Clearly, Coverity does not understand that we'll never call any of
those GetCommandTag* functions with COMMAND_TAG_NEXTTAG.

> Patch attached.

You seem to have forgotten to attach it, but my comments above were
written with the assumption that the patch is what I've attached here.

David

Вложения

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

Предыдущее
От: David Rowley
Дата:
Сообщение: [MASSMAIL]Stability of queryid in minor versions
Следующее
От: Michael Paquier
Дата:
Сообщение: [MASSMAIL]meson and pg_config --libs/--ldflags_ex