geeknik added the comment:
FYI, I was only able to build Python with ASAN by passing
ASAN_OPTIONS=detect_leaks=0 along with the make command, otherwise ASAN wanted
to stop the build process as soon as it detected this leak.
--
___
Python tracker
Ned Deily added the comment:
Thanks for the report but, AFAIK, pgen is only used during the build of Python
and pgen is not installed (by "make install"). This doesn't seem like it is
worth worrying about. Or am I missing something? Feel free to reopen if so or
if someone comes up with a pa
New submission from geeknik:
CC=afl-clang-fast CXX=afl-clang-fast++ AFL_USE_ASAN=1 ./configure --disable-ipv6
Passes fine.
AFL_USE_ASAN=1 make
Ends with the following:
Parser/pgen ./Grammar/Grammar Include/graminit.h Python/graminit.c
=