Simplefs Journey
What is "Address Sanitizer"?
Address Sanitizer is a tool for detection memory error, like stack over flow, buffer over follw, memory leak...etc.
How to use it ?
set the compiler flag-fsanitize=address -fno-omit-frame-pointer
-fsanitize=address
including the LSan, so when you enable ASan, the LSan also be enabled.
:::info
You can use