Skip to content

Commit 1541e70

Browse files
committed
[experiment] re-enable stack checks in ASAN
Experiment with re-enabling stack checks in ASAN. This is one way to make test_proxy_is_array test pass.
1 parent 9e7540b commit 1541e70

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

quickjs.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@
6565
#define CONFIG_PRINTF_RNDN
6666
#endif
6767

68-
#if !defined(EMSCRIPTEN) && !defined(__ASAN__)
68+
#if !defined(EMSCRIPTEN)
6969
/* enable stack limitation */
7070
#define CONFIG_STACK_CHECK
7171
#endif

0 commit comments

Comments
 (0)