aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-dcerpc.c
diff options
context:
space:
mode:
authorAlexis La Goutte <alexis.lagoutte@gmail.com>2021-05-24 19:18:23 +0000
committerWireshark GitLab Utility <gerald+gitlab-utility@wireshark.org>2021-06-22 20:30:13 +0000
commit558a32ba863092b5373da6c22fd520c416c72029 (patch)
treeba09ca5e14457d5e218814df0bc1f264e0f51081 /epan/dissectors/packet-dcerpc.c
parentf62138c0d571535f289ab330156e75ebd38b40f8 (diff)
dcerpc: Fix warning found by Clang Analyzer
packet-dcerpc.c:4381:17: warning: Assigned value is garbage or undefined [core.uninitialized.Assign]
Diffstat (limited to 'epan/dissectors/packet-dcerpc.c')
-rw-r--r--epan/dissectors/packet-dcerpc.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/epan/dissectors/packet-dcerpc.c b/epan/dissectors/packet-dcerpc.c
index 5bce0a57a3..331ce87915 100644
--- a/epan/dissectors/packet-dcerpc.c
+++ b/epan/dissectors/packet-dcerpc.c
@@ -3839,6 +3839,7 @@ dissect_dcerpc_cn_auth(tvbuff_t *tvb, int stub_offset, packet_info *pinfo,
auth_info->auth_tvb = NULL;
auth_info->auth_item = NULL;
auth_info->auth_tree = NULL;
+ auth_info->auth_hdr_tvb = NULL;
/*
* The authentication information is at the *end* of the PDU; in