Name: Anonymous 2011-12-09 9:08
Bask in the glory of such genius:
http://dis.4chan.org/read/prog/1323226650/65
http://dis.4chan.org/read/prog/1323226650/65
>cat mall.c
#include <stdlib.h>
int main()
{
malloc(-1);
}
>gcc -Wconversion mall.c
mall.c: In function 'main':
mall.c:5:2: warning: negative integer implicitly converted to unsigned type [-Ws
ign-conversion]