This is a package already installed with GCC
Compiling With Address Sanitize
gcc -g -O0 -fsanitize=address,undefined -fno-omit-frame-pointer <your_code>
This is a package already installed with GCC
gcc -g -O0 -fsanitize=address,undefined -fno-omit-frame-pointer <your_code>