aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-tftp.c
diff options
context:
space:
mode:
authorBill Meier <wmeier@newsguy.com>2011-01-31 21:23:35 +0000
committerBill Meier <wmeier@newsguy.com>2011-01-31 21:23:35 +0000
commitaf30978c394de37066418bb628867ab01b6726bc (patch)
tree7b424da6c5f12257eb3aca5fc16470bef98e71aa /epan/dissectors/packet-tftp.c
parentc8e6818a239afcd254eb2284f57853cb6fc9f8ee (diff)
Fix minor bug lookups of certain "peer ids" would fail.
The issue (in essence) For: char foo[][4] = {"abc", "defg", "hij"}; strlen(foo[1]) will be 7 and not 4 as expected; Detected via msvc level 4 warning: "array is too small to include a terminating null character" svn path=/trunk/; revision=35732
Diffstat (limited to 'epan/dissectors/packet-tftp.c')
0 files changed, 0 insertions, 0 deletions