> Disable ubsan instrumentation on the operation.

+#if defined(__clang__)
+__attribute__((no_sanitize("undefined")))
+#else
+__attribute__((no_sanitize_undefined))
+#endif

can we get a __disable_sanitizer or something i cdefs.h?


.mrg.

Reply via email to