1. Redirect report to specific file:
export ASAN_OPTIONS="log_path=asan_output.log"
./executable
All options that can be set can be found here
1. Redirect report to specific file:
export ASAN_OPTIONS="log_path=asan_output.log"
./executable
All options that can be set can be found here