Text   |  XML   |  ReML   |   Visible Warnings:

Uninitialized Variable  at packet-dcom-oxid.c:237

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

dissect_oxid_resolve_oxid2_resp

(/home/sate/Testcases/c/cve/wireshark-1.2.0/epan/dissectors/packet-dcom-oxid.c)expand/collapse
Show more  
 223  dissect_oxid_resolve_oxid2_resp(tvbuff_t *tvb, int offset,
 224          packet_info *pinfo, proto_tree *tree, guint8 *drep)
 225  {
 226          guint32 u32Pointer;
 227          guint32 u32ArraySize;
 228          e_uuid_t ipid;
 229          guint32 u32AuthnHint;
 230          guint16 u16VersionMajor;
 231          guint16 u16VersionMinor;
 232          guint32 u32HResult;
 233   
 234   
 235          offset = dissect_dcom_dcerpc_pointer(tvb, offset, pinfo, tree, drep,  
 236[+]                                                 &u32Pointer);
 237          if (u32Pointer) {
Show more  




Change Warning 2245.34592 : Uninitialized Variable

Priority:
State:
Finding:
Owner:
Note: