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

Reply via email to