Menu

#138 file.c:133: off by one error ?

0.9.4
closed
nobody
None
fixed
2015-09-27
2015-09-18
dcb
No

[file.c:133]: (error) Width 16 given in for
mat string (no. 1) is larger than destination buffer 'what[16]', use %15s to pre
vent overflowing it.

count = sscanf(line, "%16s %d", what, &data);

Discussion

  • Alec Leamas

    Alec Leamas - 2015-09-27
    • status: open --> closed
    • Resolution: na --> fixed
    • Milestone: Future --> 0.9.4
     
  • Alec Leamas

    Alec Leamas - 2015-09-27

    Fixed in [f35bea]

     

    Related

    Commit: [f35bea]


Log in to post a comment.