I have this code in C which takes in bunch of chars
char
#include # define NEWLINE \'\\n\' int main() { char c; char str[6]; int i =
You have to compile like this:
gcc -fsanitize=address -ggdb -o test test.c
There is more information here.