[issue18596] enable usage of AddressSanitizer in CPython [PATCH]

halfie report at bugs.python.org
Wed Jul 31 08:00:59 CEST 2013


halfie added the comment:

Using,

# define ATTRIBUTE_NO_ADDRESS_SAFETY_ANALYSIS __attribute__((no_address_safety_analysis)) __attribute__ ((noinline))

instead of,

# define ATTRIBUTE_NO_ADDRESS_SAFETY_ANALYSIS __attribute__((no_address_safety_analysis))

seems to be a more future-proof (against inlining) solution.

----------

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


More information about the Python-bugs-list mailing list