Menu

#22 httpencode.cpp:62: cart before the horse ?

v1.0 (example)
open
nobody
None
5
2016-09-13
2016-09-13
dcb
No

httpencode.cpp:62]: (style) Array index 'r' is used before limits check.

Source code is

for( r = 0; p[r] >= '0' && p[r] <= '9' && r < 6; r++) ;

Discussion


Log in to post a comment.