Skip to content

Commit

Permalink
[experiment] re-enable stack checks in ASAN
Browse files Browse the repository at this point in the history
Experiment with re-enabling stack checks in ASAN. This is one way to make
test_proxy_is_array test pass.
  • Loading branch information
nickva committed Nov 30, 2023
1 parent 9e7540b commit 1541e70
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion quickjs.c
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@
#define CONFIG_PRINTF_RNDN
#endif

#if !defined(EMSCRIPTEN) && !defined(__ASAN__)
#if !defined(EMSCRIPTEN)
/* enable stack limitation */
#define CONFIG_STACK_CHECK
#endif
Expand Down

0 comments on commit 1541e70

Please sign in to comment.