aboutsummaryrefslogtreecommitdiffstats
path: root/wiretap
diff options
context:
space:
mode:
authorMartin Mathieson <martin.mathieson@keysight.com>2020-02-15 23:00:17 +0000
committerAnders Broman <a.broman58@gmail.com>2020-02-16 11:51:55 +0000
commit7e02165453f78dc2196d66d6167d8fdeebdf2cb3 (patch)
tree4fc51bc963d4c38f03fc1790dfa63517c041cb12 /wiretap
parentfbd88490dd05aa76d5f70b81cbc6fdad83313800 (diff)
More issues spotted by PVS-Studio in bug 16335.
Only the change to packet-imap.c really represents a bug. Change-Id: Ie270f97f3d94c338ea3c84a712f8f4d43ffd36f4 Reviewed-on: https://code.wireshark.org/review/36115 Petri-Dish: Martin Mathieson <martin.r.mathieson@googlemail.com> Tested-by: Petri Dish Buildbot Reviewed-by: Anders Broman <a.broman58@gmail.com>
Diffstat (limited to 'wiretap')
-rw-r--r--wiretap/catapult_dct2000.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/wiretap/catapult_dct2000.c b/wiretap/catapult_dct2000.c
index 108c47f221..ddfdaaffe0 100644
--- a/wiretap/catapult_dct2000.c
+++ b/wiretap/catapult_dct2000.c
@@ -951,7 +951,6 @@ parse_line(gchar *linebuff, gint line_length,
/* Outheader values may follow */
- outhdr_name[0] = '\0';
if (linebuff[n] == ',') {
/* Skip , */
n++;