Text   |  XML   |  ReML   |   Visible Warnings:

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

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

fileexp_dissect_storedata_resp

(/home/sate/Testcases/c/cve/wireshark-1.2.0/epan/dissectors/packet-dcerpc-fileexp.c)expand/collapse
Show more  
 3289    fileexp_dissect_storedata_resp 
 3290    (tvbuff_t *
 3291     tvb, int offset, packet_info * pinfo, proto_tree * tree, guint8 *drep)
 3292  {
 3293    dcerpc_info *di;
 3294   
 3295    di = pinfo->private_data;
 3296    if (di->conformant_run)
 3297      {
 3298        return offset;
 3299      }
 3300   
 3301  /*
 3302          [out]   afsFetchStatus  *OutStatusp,
 3303          [out]   afsVolSync      *Syncp
 3304  */
 3305   
 3306    offset =
 3307      dissect_ndr_pointer (tvb, offset, pinfo, tree, drep, dissect_fetchstatus,
 3308                           NDR_POINTER_REF, "FetchStatus: ", -1);
 3309   
 3310    offset =
 3311      dissect_ndr_pointer (tvb, offset, pinfo, tree, drep, dissect_volsync,
 3312                           NDR_POINTER_REF, "VolSync: ", -1);
 3313[+]   MACRO_ST_CLEAR ("StoreData reply");
Show more  




Change Warning 2003.34835 : Uninitialized Variable

Priority:
State:
Finding:
Owner:
Note: