Custom ASAN_OPTIONS set without abort_on_error=1

发布时间 2023-08-23 14:05:51作者: 对我不好

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.