aboutsummaryrefslogtreecommitdiffstats
path: root/doxygen.cfg.in
diff options
context:
space:
mode:
authorEvan Huus <eapache@gmail.com>2015-11-16 16:08:30 -0500
committerEvan Huus <eapache@gmail.com>2015-11-16 21:10:07 +0000
commit0a0a811ea6124c8fa3a006032493eb44083848c4 (patch)
tree61a8a828e715ec672d580a56f3ce3678c2bc155d /doxygen.cfg.in
parent4224aab3453ab98c76d80bebae6301aa7c962fe3 (diff)
catapult: fix sscanf buffer overflow
Caught by cppcheck. The buffer is 9+1 characters, which means we should specify 9, not 10 to the scanf string since the count does not include the null-terminator. Change-Id: I0aae8cce337055b304efa9399cd5d8059928d2d8 Reviewed-on: https://code.wireshark.org/review/11887 Reviewed-by: Evan Huus <eapache@gmail.com>
Diffstat (limited to 'doxygen.cfg.in')
0 files changed, 0 insertions, 0 deletions