<div dir="ltr">Hi LLVM people,<div><br></div><div>Not sure whether this is the best place to ask this. </div><div><br></div><div>Given the source of a program, I would like to detect both uninitialized reads and out-of-bounds memory accesses. The latter can be done with the Address Sanitizer (ASan) and the first using the Memory Sanitizer (MSan).</div><div><br></div><div>Is there a way to use both at the same time? The --fsanitize option only seems support one of these. What is the reason for this restriction?</div><div><br></div><div>Kind regards,</div><div>Nathan</div></div>