We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 00599c2 commit b861a77Copy full SHA for b861a77
1 file changed
src/thrlua.h
@@ -223,7 +223,7 @@ struct lua_longjmp {
223
** intercept them and properly unpoison skipped stack frames.
224
** The custom asm versions bypass ASAN and cause false positives.
225
*/
226
-#if defined(__SANITIZE_ADDRESS__) || (defined(__has_feature) && __has_feature(address_sanitizer))
+#if defined(__SANITIZE_ADDRESS__)
227
# define lua_do_setjmp setjmp
228
# define lua_do_longjmp longjmp
229
#elif LUA_ARCH_X86_64
0 commit comments