Menu

#30 attr.c:366: possible array index out of range ?

5.0 beta 8
open
nobody
None
5
2015-01-05
2015-01-05
dcb
No

[attr.c:366]: (style) Array index 'len' is used before limits check.

Source code is

if (str[len] && len < sizeof(buf)) {

Suggest sanity check array index before use.

Discussion


Log in to post a comment.

MongoDB Logo MongoDB