Menu

#52 [pptpgre.c:190] possible bad array index ?

none
open
nobody
None
1
2014-12-12
2014-12-12
dcb
No

[pptpgre.c:190]: (style) Array index 'start' is used before limits check.

Source code is

                            while (buffer[start] != HDLC_FLAG && start < end)

Suggest sanity check array index before use.

Discussion


Log in to post a comment.