^ the top broke the internet and adversely affected over 6million sites, the bottom fixed it.
`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.
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.