Re: BUG #18276: Heap-buffer-overflow triggered in src/backend/utils/adt/datum.c:163

Поиск
Список
Период
Сортировка
От Andrey M. Borodin
Тема Re: BUG #18276: Heap-buffer-overflow triggered in src/backend/utils/adt/datum.c:163
Дата
Msg-id 6EC51333-5482-429C-BB05-0759B754C41B@yandex-team.ru
обсуждение исходный текст
Ответ на BUG #18276: Heap-buffer-overflow triggered in src/backend/utils/adt/datum.c:163  (PG Bug reporting form <noreply@postgresql.org>)
Ответы Re: BUG #18276: Heap-buffer-overflow triggered in src/backend/utils/adt/datum.c:163  (Zu-Ming Jiang <zuming.jiang@inf.ethz.ch>)
Список pgsql-bugs
Hi Zuming!

Thanks for reporting this suspicious ASan alarm.

> On 7 Jan 2024, at 22:50, PG Bug reporting form <noreply@postgresql.org> wrote:
>
> --- Compile Postgres with ASan ---
> ./configure CC=clang CFLAGS="-fsanitize=address -fno-omit-frame-pointer -g"
> LDFLAGS="-fsanitize=address"
> make -j
> make install

I've tried to reproduce the problem. And my system does not pass regressions tests at all with these flags. Maybe I'm
doingsomething wrong. 
Does your system pass `make check`?


Best regards, Andrey Borodin.


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

Предыдущее
От: Alexander Lakhin
Дата:
Сообщение: Re: [BUG] false positive in bt_index_check in case of short 4B varlena datum
Следующее
От: Zu-Ming Jiang
Дата:
Сообщение: Re: BUG #18276: Heap-buffer-overflow triggered in src/backend/utils/adt/datum.c:163