Text   |  XML   |  ReML   |   Visible Warnings:

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

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

dissect_IDispatch_Invoke_resp

(/home/sate/Testcases/c/cve/wireshark-1.2.0/epan/dissectors/packet-dcom-dispatch.c)expand/collapse
Show more  
 424  dissect_IDispatch_Invoke_resp(tvbuff_t *tvb, int offset,
 425          packet_info *pinfo, proto_tree *tree, guint8 *drep)
 426  {
 427          guint32 u32Pointer;
 428          guint32 u32Pointer2;
 429          guint32 u32Pointer3;
 430          guint32 u32VariableOffset;
 431          guint32 u32ArraySize;
 432      guint32 u32SubStart;
 433      guint16 u16Code;
 434      guint16 u16Reserved;
 435      guint32 u32HelpContext;
 436      guint32 u32Reserved;
 437      guint32 u32DeferredFillIn;
 438      guint32 u32ArgErr;
 439      guint32 u32HResult;
 440      guint32 u32SCode;
 441          guint32 u32VarRef;
 442          gchar   szName[1000] = { 0 };
 443          proto_item *excepinfo_item;
 444          proto_tree *excepinfo_tree;
 445   
 446   
 447      offset = dissect_dcom_that(tvb, offset, pinfo, tree, drep);
 448   
 449          offset = dissect_dcom_dcerpc_pointer(tvb, offset, pinfo, tree, drep,  
 450[+]                                                 &u32Pointer);
 451          if (u32Pointer) {
Show more  




Change Warning 2241.35161 : Uninitialized Variable

Priority:
State:
Finding:
Owner:
Note: