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 c6ea0e9 commit a868780Copy full SHA for a868780
Zend/zend_portability.h
@@ -466,7 +466,8 @@ extern "C++" {
466
467
/* Memory sanitizer is incompatible with ifunc resolvers. Even if the resolver
468
* is marked as no_sanitize("memory") it will still be instrumented and crash. */
469
-#if __has_feature(memory_sanitizer) || __has_feature(thread_sanitizer)
+#if __has_feature(memory_sanitizer) || __has_feature(thread_sanitizer) || \
470
+ __has_feature(dataflow_sanitizer)
471
# undef HAVE_FUNC_ATTRIBUTE_IFUNC
472
#endif
473
0 commit comments