7

6 comments

[–] pembo210 1 points (+1|-0)

if ( ++p == pe ) goto _test_eof;

if ( ++p >= pe ) goto _test_eof;

^ the top broke the internet and adversely affected over 6million sites, the bottom fixed it.

[–] jobes [OP] 1 points (+1|-0)

lol, at least it wasn't a bug of using a '=' instead of a '=='