Text   |  XML   |  ReML   |   Visible Warnings:

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

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);
 298          }
 299   
 300          offset = dissect_dcom_UUID(tvb, offset, pinfo, tree, drep,  
 301                                          hf_dispatch_riid, &riid);
 302          offset = dissect_dcom_DWORD(tvb, offset, pinfo, tree, drep,  
 303                                          hf_dispatch_lcid, &u32Lcid);
 304           
 305          /* dispatch flags */
 306          u32TmpOffset = dissect_dcom_DWORD(tvb, offset, pinfo, NULL, drep,  
 307[+]                         hf_dispatch_flags, &u32Flags);
 308      feature_item = proto_tree_add_uint (tree, hf_dispatch_flags, tvb, offset, 4, u32Flags);
Show more  




Change Warning 2238.35158 : Uninitialized Variable

Priority:
State:
Finding:
Owner:
Note: