Text   |  XML   |  ReML   |   Visible Warnings:

Uninitialized Variable  at packet-dcom-remact.c:152

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

dissect_remact_remote_activation_resp

(/home/sate/Testcases/c/cve/wireshark-1.2.0/epan/dissectors/packet-dcom-remact.c)expand/collapse
Show more  
 132  dissect_remact_remote_activation_resp(tvbuff_t *tvb, int offset,
 133          packet_info *pinfo, proto_tree *tree, guint8 *drep)
 134  {
 135          guint32 u32Pointer;
 136          e_uuid_t ipid;
 137          guint32 u32AuthnHint;
 138          guint16 u16VersionMajor;
 139          guint16 u16VersionMinor;
 140          guint32 u32HResult;
 141          guint32 u32ArraySize;
 142          guint32 u32Idx;
 143          guint32 u32VariableOffset;
 144   
 145   
 146      offset = dissect_dcom_that(tvb, offset, pinfo, tree, drep);
 147   
 148          offset = dissect_dcom_ID(tvb, offset, pinfo, tree, drep,  
 149                                                  hf_dcom_oxid, NULL);
 150          offset = dissect_dcom_dcerpc_pointer(tvb, offset, pinfo, tree, drep,  
 151[+]                                                 &u32Pointer);
 152          if (u32Pointer) {
Show more  




Change Warning 2257.35013 : Uninitialized Variable

Priority:
State:
Finding:
Owner:
Note: