Text   |  XML   |  ReML   |   Visible Warnings:

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

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

dissect_remunk_remqueryinterface_rqst

(/home/sate/Testcases/c/cve/wireshark-1.2.0/epan/dissectors/packet-dcom-remunkn.c)expand/collapse
Show more  
 87  dissect_remunk_remqueryinterface_rqst(tvbuff_t *tvb, int offset,
 88          packet_info *pinfo, proto_tree *tree, guint8 *drep)
 89  {
 90          e_uuid_t ipid;
 91          guint32 u32Refs;
 92          guint16 u16IIDs;
 93          guint32 u32ArraySize;
 94          guint32 u32ItemIdx;
 95          e_uuid_t iid;
 96          dcerpc_info *info = (dcerpc_info *) pinfo->private_data;
 97          remunk_remqueryinterface_call_t *call;
 98   
 99   
 100          offset = dissect_dcom_this(tvb, offset, pinfo, tree, drep);
 101   
 102          offset = dissect_dcom_UUID(tvb, offset, pinfo, tree, drep,  
 103                          hf_dcom_ipid, &ipid);
 104   
 105          offset = dissect_dcom_DWORD(tvb, offset, pinfo, tree, drep,  
 106                          hf_remunk_refs, &u32Refs);
 107   
 108          offset = dissect_dcom_WORD(tvb, offset, pinfo, tree, drep,  
 109                          hf_remunk_iids, &u16IIDs);
 110   
 111          offset = dissect_dcom_dcerpc_array_size(tvb, offset, pinfo, tree, drep,  
 112[+]                                                 &u32ArraySize);
 113   
 114      /* limit the allocation to a reasonable size */
 115      if(u32ArraySize < 100) {
Show more  




Change Warning 2259.35015 : Uninitialized Variable

Priority:
State:
Finding:
Owner:
Note: