dcerpc: Fix warning found by Clang Analyzer

packet-dcerpc.c:4381:17: warning: Assigned value is garbage or undefined [core.uninitialized.Assign]
This commit is contained in:
Alexis La Goutte 2021-05-24 19:18:23 +00:00 committed by Wireshark GitLab Utility
parent f62138c0d5
commit 558a32ba86
1 changed files with 1 additions and 0 deletions

View File

@ -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