Text   |  XML   |  ReML   |   Visible Warnings:

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

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

dissect_ICBAAccoMgt_AddConnections_resp

(/home/sate/Testcases/c/cve/wireshark-1.2.0/plugins/profinet/packet-dcom-cba-acco.c)expand/collapse
Show more  
 3545  dissect_ICBAAccoMgt_AddConnections_resp(tvbuff_t *tvb, int offset,
 3546          packet_info *pinfo, proto_tree *tree, guint8 *drep)
 3547  {
 3548          guint32 u32Pointer;
 3549          guint32 u32ArraySize = 0;
 3550          guint32 u32ConsID;
 3551          guint16 u16ConnVersion;
 3552          guint32 u32HResult = 0;
 3553          guint32 u32Count = 0;
 3554          guint32 u32Idx;
 3555          proto_item *sub_item;
 3556          proto_tree *sub_tree;
 3557          guint32 u32SubStart;
 3558           
 3559   
 3560      offset = dissect_dcom_that(tvb, offset, pinfo, tree, drep);
 3561   
 3562      offset = dissect_dcom_dcerpc_pointer(tvb, offset, pinfo, tree, drep,  
 3563[+]                                                 &u32Pointer);
 3564   
 3565          if (u32Pointer) {
Show more  




Change Warning 3833.35115 : Uninitialized Variable

Priority:
State:
Finding:
Owner:
Note: