Text   |  XML   |  ReML   |   Visible Warnings:

Uninitialized Variable  at packet-dcom-dispatch.c:297

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

dissect_IDispatch_Invoke_rqst

(/home/sate/Testcases/c/cve/wireshark-1.2.0/epan/dissectors/packet-dcom-dispatch.c)expand/collapse
Show more  
 268  dissect_IDispatch_Invoke_rqst(tvbuff_t *tvb, int offset,
 269          packet_info *pinfo, proto_tree *tree, guint8 *drep)
 270  {
 271          guint32 u32DispIdMember;
 272          e_uuid_t riid;
 273          guint32 u32Lcid;
 274          guint32 u32Flags;
 275          guint32 u32Args;
 276          guint32 u32NamedArgs;
 277          guint32 u32Pointer;
 278          guint32 u32Pointer2;
 279          guint32 u32ArraySize;
 280          guint32 u32VariableOffset;
 281          guint32 u32VarRef;
 282          guint32 u32VarRefIdx;
 283          guint32 u32TmpOffset;
 284      guint32 u32SubStart;
 285   
 286          proto_item *feature_item;
 287          proto_tree *feature_tree;
 288          proto_item *dispparams_item;
 289          proto_tree *dispparams_tree;
 290   
 291   
 292      offset = dissect_dcom_this(tvb, offset, pinfo, tree, drep);
 293   
 294          offset = dissect_dcom_DWORD(tvb, offset, pinfo, tree, drep,  
 295[+]                     hf_dispatch_id, &u32DispIdMember);
 296      if (check_col(pinfo->cinfo, COL_INFO)) {
 297            col_append_fstr(pinfo->cinfo, COL_INFO, " ID=0x%x", u32DispIdMember);
Show more  




Change Warning 2237.35157 : Uninitialized Variable

Priority:
State:
Finding:
Owner:
Note: