File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -33,7 +33,7 @@ set -eu
3333project_dir=\$ (dirname \$ (realpath \"\$ 0\" ))
3434eval \$ (luarocks --lua-version 5.1 --tree \$ project_dir/lua_modules path)
3535export LUA_PATH=\"\$ project_dir/?.lua;\$ LUA_PATH\"
36- ASAN_OPTIONS=\$ ASAN_OPTIONS:symbolize=1:external_symbolizer_path=\$ project_dir/llvm-symbolizer:detect_leaks=0 \
36+ ASAN_OPTIONS=\$ ASAN_OPTIONS:symbolize=1:external_symbolizer_path=\$ project_dir/llvm-symbolizer \
3737\$ project_dir/$lua_runtime \$ project_dir/$fuzz_target \$ @" > " $OUT /$fuzzer_basename "
3838
3939chmod +x " $OUT /$fuzzer_basename "
Original file line number Diff line number Diff line change @@ -35,7 +35,7 @@ endif()
3535
3636ExternalProject_Add (bundled-luzer
3737 GIT_REPOSITORY https://github.com/ligurio/luzer
38- GIT_TAG aae4bbde656a9ef464cc1532c92a420a9d438219
38+ GIT_TAG ligurio/TMP-memleak-and-search_module-rewrite
3939 GIT_PROGRESS TRUE
4040 GIT_SHALLOW FALSE
4141 SOURCE_DIR ${LUZER_DIR} /source
You can’t perform that action at this time.
0 commit comments