Text   |  XML   |  ReML   |   Visible Warnings:

Uninitialized Variable  at packet-dcerpc-fileexp.c:3342

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

fileexp_dissect_storeacl_resp

(/home/sate/Testcases/c/cve/wireshark-1.2.0/epan/dissectors/packet-dcerpc-fileexp.c)expand/collapse
Show more  
 3318    fileexp_dissect_storeacl_resp 
 3319    (tvbuff_t *
 3320     tvb, int offset, packet_info * pinfo, proto_tree * tree, guint8 *drep)
 3321  {
 3322    dcerpc_info *di;
 3323   
 3324    di = pinfo->private_data;
 3325    if (di->conformant_run)
 3326      {
 3327        return offset;
 3328      }
 3329   
 3330  /*
 3331          [out]   afsFetchStatus  *OutStatusp,
 3332          [out]   afsVolSync      *Syncp
 3333  */
 3334   
 3335    offset =
 3336      dissect_ndr_pointer (tvb, offset, pinfo, tree, drep, dissect_fetchstatus,
 3337                           NDR_POINTER_REF, "FetchStatus: ", -1);
 3338   
 3339    offset =
 3340      dissect_ndr_pointer (tvb, offset, pinfo, tree, drep, dissect_volsync,
 3341                           NDR_POINTER_REF, "VolSync: ", -1);
 3342[+]   MACRO_ST_CLEAR ("StoreAcl reply");
Show more  




Change Warning 2004.34836 : Uninitialized Variable

Priority:
State:
Finding:
Owner:
Note: