We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d3d85cb commit dacadf5Copy full SHA for dacadf5
Zend/zend_portability.h
@@ -523,7 +523,7 @@ static zend_always_inline double _zend_get_nan(void) /* {{{ */
523
524
/* Memory sanitizer is incompatible with ifunc resolvers. Even if the resolver
525
* is marked as no_sanitize("memory") it will still be instrumented and crash. */
526
-#if __has_feature(memory_sanitizer)
+#if __has_feature(memory_sanitizer) || __has_feature(thread_sanitizer)
527
# undef HAVE_FUNC_ATTRIBUTE_IFUNC
528
#endif
529
0 commit comments