[issue21037] add an AddressSanitizer build option

Charles-François Natali report at bugs.python.org
Sun Mar 23 14:38:47 CET 2014


New submission from Charles-François Natali:

Adding a compile option to build with ASAN (https://code.google.com/p/address-sanitizer) could allow us to catch many memory-related errors (stack/buffer overflows, etc).

Of course, the second step would be to setup buildbots to use this flag.

----------
files: asan.diff
keywords: patch
messages: 214578
nosy: christian.heimes, neologix
priority: normal
severity: normal
status: open
title: add an AddressSanitizer build option
type: enhancement
versions: Python 3.5
Added file: http://bugs.python.org/file34584/asan.diff

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


More information about the Python-bugs-list mailing list