Issue: Using any compiler to compile any C code with "-fsanitize=address" results in the following error:
/usr/local/bin/ld: cannot find -lasan
collect2: error: ld returned 1 exit statu
I get this error even when I try gcc main.c -fsanitize=address on
int main() {
return 0;
}
using...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.