What Asan flags should I use to detect more errors? At the moment, I use ASAN_OPTIONS=detect_stack_use_after_return=1
.
What AddressSanitizer flags should I use to detect more errors?
3.5k views Asked by wsy At
2
What Asan flags should I use to detect more errors? At the moment, I use ASAN_OPTIONS=detect_stack_use_after_return=1
.
From Asan FAQ: