[New-bugs-announce] [issue30364] Outdated function attribute to disable address sanitizer

Xiang Zhang report at bugs.python.org
Sun May 14 10:40:54 EDT 2017


New submission from Xiang Zhang:

In obmalloc, __attribute__((no_address_safety_analysis)) is used to disable address sanitizer. But this attribute is now deprecated in both clang and GCC.

Related links:

https://clang.llvm.org/docs/AddressSanitizer.html#disabling-instrumentation-with-attribute-no-sanitize-address

https://gcc.gnu.org/onlinedocs/gcc-4.8.1/gcc/Function-Attributes.html

----------
messages: 293648
nosy: xiang.zhang
priority: normal
severity: normal
status: open
title: Outdated function attribute to disable address sanitizer

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


More information about the New-bugs-announce mailing list