This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author neologix
Recipients christian.heimes, neologix
Date 2014-03-23.13:38:46
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1395581927.59.0.22052744693.issue21037@psf.upfronthosting.co.za>
In-reply-to
Content
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.
History
Date User Action Args
2014-03-23 13:38:47neologixsetrecipients: + neologix, christian.heimes
2014-03-23 13:38:47neologixsetmessageid: <1395581927.59.0.22052744693.issue21037@psf.upfronthosting.co.za>
2014-03-23 13:38:47neologixlinkissue21037 messages
2014-03-23 13:38:47neologixcreate