Re: LLVM Address Sanitizer (ASAN) and valgrind support

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: LLVM Address Sanitizer (ASAN) and valgrind support
Дата
Msg-id 12048.1475019117@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: LLVM Address Sanitizer (ASAN) and valgrind support  (Andres Freund <andres@anarazel.de>)
Ответы Re: LLVM Address Sanitizer (ASAN) and valgrind support  (Andres Freund <andres@anarazel.de>)
Список pgsql-hackers
Andres Freund <andres@anarazel.de> writes:
> On 2016-09-28 00:23:11 +0100, Greg Stark wrote:
>> I would love to remove all the #ifdef's and have the
>> macros just be no-ops if they're compiled out for example...

> Don't we pretty much have that?

I think "((void) 0)" is a more common spelling of a dummy statement.
Though there's little wrong with it as it is.
        regards, tom lane



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

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: hash_create(nelem = 0) does invalid memory accesses
Следующее
От: Andres Freund
Дата:
Сообщение: Re: LLVM Address Sanitizer (ASAN) and valgrind support