Text   |  XML   |  ReML   |   Visible Warnings:

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

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

dissect_oxid_resolve_oxid2_rqst

(/home/sate/Testcases/c/cve/wireshark-1.2.0/epan/dissectors/packet-dcom-oxid.c)expand/collapse
Show more  
 194  dissect_oxid_resolve_oxid2_rqst(tvbuff_t *tvb, int offset,
 195          packet_info *pinfo, proto_tree *tree, guint8 *drep)
 196  {
 197          guint16 u16ProtSeqs;
 198          guint32 u32ArraySize;
 199          guint32 u32ItemIdx;
 200   
 201   
 202          offset = dissect_dcom_ID(tvb, offset, pinfo, tree, drep,  
 203                                                  hf_oxid_oxid, NULL);
 204   
 205          offset = dissect_dcom_WORD(tvb, offset, pinfo, tree, drep,  
 206                          hf_oxid_requested_protseqs, &u16ProtSeqs);
 207   
 208          offset = dissect_dcom_dcerpc_array_size(tvb, offset, pinfo, tree, drep,  
 209[+]                                                 &u32ArraySize);
 210   
 211          u32ItemIdx = 1;
 212          while (u32ArraySize--) {
Show more  




Change Warning 2244.34591 : Uninitialized Variable

Priority:
State:
Finding:
Owner:
Note: