bug-gnu-libiconv
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [bug-gnu-libiconv] Address Sanitizer finding in libiconv_open iconv.


From: Bruno Haible
Subject: Re: [bug-gnu-libiconv] Address Sanitizer finding in libiconv_open iconv.c:234
Date: Sun, 12 May 2019 14:14:41 +0200
User-agent: KMail/5.1.3 (Linux/4.4.0-145-generic; KDE/5.18.0; x86_64; ; )

Jeffrey Walton wrote:
> Here are the m4 macro changes: https://dev.gnupg.org/T4504

Changing a configure test to free all allocated memory in the test
program? Won't do. There are more than 250 test programs in the
Autoconf macros of gnulib alone. And this would also be a burden
for the addition of new Autoconf macros with test programs.

Instead, just set the environment variable
  ASAN_OPTIONS=detect_leaks=0
while you run configure.

https://stackoverflow.com/questions/51060801/how-to-suppress-leaksanitizer-report-when-running-under-fsanitize-address

Bruno




reply via email to

[Prev in Thread] Current Thread [Next in Thread]