Name: Anonymous 2016-07-18 1:08
Check it out: https://github.com/witch-house/pronoun.is
what doy ou think?
what doy ou think?
$ cat test9.c && c test9.c && ./a.out
int
main (void)
{
return *(char *)0;
}
test9.c:4:10: runtime error: load of null pointer of type 'char'
ASAN:DEADLYSIGNAL
=================================================================
==10719==ERROR: AddressSanitizer: SEGV on unknown address 0x000000000000 (pc 0x55e3f6809af5 bp 0x7fffdb26ce10 sp 0x7fffdb26ce10 T0)
#0 0x55e3f6809af4 in main /home/sussman/test9.c:4
#1 0x7f10891182b0 in __libc_start_main (/lib/x86_64-linux-gnu/libc.so.6+0x202b0)
#2 0x55e3f68099c9 in _start (/home/sussman/a.out+0x9c9)
AddressSanitizer can not provide additional info.
SUMMARY: AddressSanitizer: SEGV /home/sussman/test9.c:4 in main
==10719==ABORTING