Text   |  XML   |  ReML   |   Visible Warnings:

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

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

dissect_ICBAAccoSync_ReadItems_resp

(/home/sate/Testcases/c/cve/wireshark-1.2.0/plugins/profinet/packet-dcom-cba-acco.c)expand/collapse
Show more  
 4425  dissect_ICBAAccoSync_ReadItems_resp(tvbuff_t *tvb, int offset,
 4426          packet_info *pinfo, proto_tree *tree, guint8 *drep)
 4427  {
 4428          guint32 u32Pointer;
 4429          guint16 u16QC;
 4430          guint32 u32ArraySize;
 4431          guint32 u32HResult;
 4432          guint32 u32Idx;
 4433          proto_item *sub_item;
 4434          proto_tree *sub_tree;
 4435          guint32 u32SubStart;
 4436          guint32 u32VariableOffset;
 4437          guint32 u32Tmp;
 4438   
 4439   
 4440      offset = dissect_dcom_that(tvb, offset, pinfo, tree, drep);
 4441   
 4442          offset = dissect_dcom_dcerpc_pointer(tvb, offset, pinfo, tree, drep,  
 4443[+]                                                 &u32Pointer);
 4444          u32VariableOffset = offset;
 4445   
 4446          if (u32Pointer) {
Show more  




Change Warning 3871.35183 : Uninitialized Variable

Priority:
State:
Finding:
Owner:
Note: