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 xiang.zhang
Recipients xiang.zhang
Date 2017-05-14.14:40:54
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1494772854.72.0.607120887618.issue30364@psf.upfronthosting.co.za>
In-reply-to
Content
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
History
Date User Action Args
2017-05-14 14:40:54xiang.zhangsetrecipients: + xiang.zhang
2017-05-14 14:40:54xiang.zhangsetmessageid: <1494772854.72.0.607120887618.issue30364@psf.upfronthosting.co.za>
2017-05-14 14:40:54xiang.zhanglinkissue30364 messages
2017-05-14 14:40:54xiang.zhangcreate