In items.c, a buffer overrun may occur due to incorrect calculation.
7. cond_between: Checking sid > 200U implies that sid has the value which is
between 1 and 200 (inclusive) on the false branch.
926 if (!safe_strtoul(p, &sid) || sid < POWER_SMALLEST
8. overrun-local: Overrunning array tocrawl of 200 bytes at byte offset 200
using index sid (which evaluates to 200).
932 tocrawl[sid] = 1;
Thanks,
Original issue reported on code.google.com by MegaMan...@gmail.com on 23 Dec 2014 at 1:44
Original issue reported on code.google.com by
MegaMan...@gmail.com
on 23 Dec 2014 at 1:44