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 <rep...@bugs.python.org>
<http://bugs.python.org/issue21037>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to