address sanitizer is google's cool memory checker thingy
sadly, you may have trouble when using musl libc
using it ΒΆ
if your compiler has address sanitizer support, add
-fsanitize=address
to your CFLAGS
. you probably also want -g
debug symbols, to make address sanitizer output more useful.