Re: pgsql: Ensure that length argument of memcmp() isn't seen as negative.

Поиск
Список
Период
Сортировка
От Andres Freund
Тема Re: pgsql: Ensure that length argument of memcmp() isn't seen as negative.
Дата
Msg-id 20220215224625.poqi7mrwtkhcsdpv@alap3.anarazel.de
обсуждение исходный текст
Ответ на pgsql: Ensure that length argument of memcmp() isn't seen as negative.  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-committers
Hi,

On 2022-02-15 22:28:23 +0000, Tom Lane wrote:
> Ensure that length argument of memcmp() isn't seen as negative.
> 
> I think this will shut up a weird warning from buildfarm member
> serinus.  Perhaps it'd be better to change tsCompareString's
> length arguments to unsigned, but that seems more invasive
> than is justified.

Just FYI, I'd reported this to gcc some time last year
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=100442
and then forgot about it.

They're not wrong there is the possibility of exceeding the bounds, but the
error message still is quite confusing.

Greetings,

Andres Freund



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

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: pgsql: Track LLVM 15 changes.
Следующее
От: Peter Geoghegan
Дата:
Сообщение: pgsql: Update "don't truncate with failsafe" rationale.