Custom ASAN_OPTIONS set without abort_on_error=1

background: when i want to run AFL . I met this issue.

and either set export ASAN_OPTIONS=abort_on_error=0 nor export ASAN_OPTIONS=abort_on_error=1 doesn't work .

the way to solve it is "export ASAN_OPTIONS='abort_on_error=1:symbolize=0" and then everything is ok. cool.

posted on 2023-08-23 13:59  对我不好  阅读(44)  评论(0编辑  收藏  举报

导航