Text   |  XML   |  ReML   |   Visible Warnings:

Uninitialized Variable  at packet-dcom.c:699

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

dissect_dcom_extent

(/home/sate/Testcases/c/cve/wireshark-1.2.0/epan/dissectors/packet-dcom.c)expand/collapse
Show more  
 677  dissect_dcom_extent(tvbuff_t *tvb, int offset,
 678          packet_info *pinfo, proto_tree *tree, guint8 *drep)
 679  {
 680          guint32 u32ArraySize;
 681          guint32 u32ArraySize2;
 682          guint32 u32Pointer;
 683          guint32 u32VariableOffset;
 684          guint32 u32Idx;
 685          guint32 u32SubStart;
 686          proto_item *sub_item;
 687          proto_tree *sub_tree;
 688   
 689          guint32 u32ArrayCount;
 690          guint32 u32ArrayRes;
 691   
 692          guint32 u32ExtentSize;
 693          e_uuid_t uuidExtend;
 694          const char *uuid_name;
 695   
 696   
 697[+]         offset = dissect_dcom_dcerpc_pointer(tvb, offset, pinfo, tree, drep, &u32Pointer);
 698   
 699          if (u32Pointer == 0) {
Show more  




Change Warning 2207.34313 : Uninitialized Variable

Priority:
State:
Finding:
Owner:
Note: