Return
Styles:
Pseud0ch
,
Terminal
,
Valhalla
,
NES
,
Geocities
,
Blue Moon
.
Entire thread
Homework
1
Name:
2009-08-18 10:35
Output a thousand Sussmen in an individualistic way.
93
Name:
Anonymous
2009-08-21 5:17
>> 91
void *tmp_ptr = NULL;
malloc(sizeof "sussman");
You're throwing that allocated memory away, and then attempting to strcpy to a NULL pointer.
94
Name:
Anonymous
2009-08-21 5:41
>>93
Amongst other things, but frankly, what irked me the most was the
complete disregard for the GNU coding standards.
Newer Posts
Don't change these.
Name:
Email:
Entire Thread
Thread List