[issue21037] add an AddressSanitizer build option

Charles-François Natali report at bugs.python.org
Tue Apr 29 08:01:12 CEST 2014


Charles-François Natali added the comment:

I'd like to move this forward: it could IMO be a great way to proactively detect potential security defects, and nasty stack/heap/memory corruption in general.

The remaining - missing - part is buildbot integration: AFAICT the only specific thing to do is to start the process with the ASAN_OPTIONS environment variable set to "handle_segv=0", to avoid interference with faulthandler.

But I'm not really familiar with the buildbot support, so if anyone has a clue...

----------
nosy: +haypo, pitrou

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue21037>
_______________________________________


More information about the Python-bugs-list mailing list