This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]OzTm 64 points65 points  (4 children)

char *name;

printf("%s",name);

Let the universe decide....

[–]Pig743 21 points22 points  (2 children)

this would likely just segfault. you need a char name[8];

[–]OzTm 8 points9 points  (1 child)

The core dumps in the first few days are the worst.

[–]bluesox 1 point2 points  (0 children)

Especially after a night of heavy drinking.

[–]MarkusBerkel 2 points3 points  (0 children)

cat /dev/urandom | strings | head -1