Simon Josefsson wrote: > I think the recommended parameter separator is ':' not ' ' though?
Both work. See https://stackoverflow.com/questions/77901419/ . > > References: > > https://github.com/google/sanitizers/wiki/AddressSanitizer > > https://clang.llvm.org/docs/AddressSanitizer.html > > There is also: > > https://github.com/google/sanitizers/wiki/AddressSanitizerFlags Yes. But beware that this is 7 years old. > However I don't see 'allocator_may_return_null' in any of those pages. It's documented here: https://learn.microsoft.com/en-us/cpp/sanitizers/asan-flags Bruno
