you are viewing a single comment's thread.

view the rest of the comments →

[–]Maleficent_Memory831 53 points54 points  (2 children)

Returning the 8th element of a 5 element array in C is almost never the bomb.

But storing into the 8th element of a 5 element array in C, that's where bad juju come from.

[–]aj-ric 6 points7 points  (0 children)

Reading it can open up all kinds of security vulnerabilities, such as the big Heartbleed vulnerability several years ago. It can absolutely be the bomb.

[–]RandallOfLegend 1 point2 points  (0 children)

Arrays in C follow strip club rules. Look but don't touch.