Text   |  XML   |  ReML   |   Visible Warnings:

Uninitialized Variable  at packet-dcom-cba-acco.c:3631

No properties have been set. | edit properties
Jump to warning location ↓ warning details...
Show Events | Options

dissect_ICBAAccoMgt_RemoveConnections_rqst

(/home/sate/Testcases/c/cve/wireshark-1.2.0/plugins/profinet/packet-dcom-cba-acco.c)expand/collapse
Show more  
 3613  dissect_ICBAAccoMgt_RemoveConnections_rqst(tvbuff_t *tvb, int offset,
 3614          packet_info *pinfo, proto_tree *tree, guint8 *drep)
 3615  {
 3616          guint32 u32Count;
 3617          guint32 u32ArraySize;
 3618          guint32 u32Idx;
 3619          guint32 u32ConsID;
 3620   
 3621   
 3622      offset = dissect_dcom_this(tvb, offset, pinfo, tree, drep);
 3623   
 3624          offset = dissect_dcom_DWORD(tvb, offset, pinfo, tree, drep,  
 3625                          hf_cba_acco_count, &u32Count);
 3626   
 3627          offset = dissect_dcom_dcerpc_array_size(tvb, offset, pinfo, tree, drep,  
 3628[+]                         &u32ArraySize);
 3629   
 3630          u32Idx = 1;
 3631          while (u32ArraySize--) {
Show more  




Change Warning 3834.35116 : Uninitialized Variable

Priority:
State:
Finding:
Owner:
Note: