Text   |  XML   |  ReML   |   Visible Warnings:

Uninitialized Variable  at packet-dcom-remunkn.c:165

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

dissect_remunk_remqueryinterface_resp

(/home/sate/Testcases/c/cve/wireshark-1.2.0/epan/dissectors/packet-dcom-remunkn.c)expand/collapse
Show more  
 137  dissect_remunk_remqueryinterface_resp(tvbuff_t *tvb, int offset,
 138          packet_info *pinfo, proto_tree *tree, guint8 *drep)
 139  {
 140          guint32 u32Pointer;
 141          guint32 u32ArraySize;
 142          guint32 u32ItemIdx;
 143          proto_item *sub_item;
 144          proto_tree *sub_tree;
 145          guint32 u32HResult;
 146          guint32 u32SubStart;
 147          e_uuid_t iid;
 148          e_uuid_t iid_null = DCERPC_UUID_NULL;
 149          dcerpc_info *info = (dcerpc_info *) pinfo->private_data;
 150          remunk_remqueryinterface_call_t *call = info->call_data->private_data;
 151      guint64 oxid;
 152      guint64 oid;
 153      e_uuid_t ipid;
 154      dcom_interface_t *dcom_if;
 155   
 156   
 157          offset = dissect_dcom_that(tvb, offset, pinfo, tree, drep);
 158   
 159          offset = dissect_dcom_dcerpc_pointer(tvb, offset, pinfo, tree, drep,  
 160                                                  &u32Pointer);
 161          offset = dissect_dcom_dcerpc_array_size(tvb, offset, pinfo, tree, drep,  
 162[+]                                                 &u32ArraySize);
 163   
 164          u32ItemIdx = 1;
 165          while (u32ArraySize--) {
Show more  




Change Warning 2276.35018 : Uninitialized Variable

Priority:
State:
Finding:
Owner:
Note: