Text   |  XML   |  ReML   |   Visible Warnings:

Uninitialized Variable  at packet-dcerpc-spoolss.c:4807

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

SpoolssGetJob_q

(/home/sate/Testcases/c/cve/wireshark-1.2.0/epan/dissectors/packet-dcerpc-spoolss.c)expand/collapse
Show more  
 4786  static int SpoolssGetJob_q(tvbuff_t *tvb, int offset, packet_info *pinfo,
 4787                             proto_tree *tree, guint8 *drep)
 4788  {
 4789          dcerpc_info *di = (dcerpc_info *)pinfo->private_data;
 4790          dcerpc_call_value *dcv = (dcerpc_call_value *)di->call_data;
 4791          guint32 level, jobid;
 4792   
 4793          /* Parse packet */
 4794   
 4795          offset = dissect_nt_policy_hnd(
 4796                  tvb, offset, pinfo, tree, drep, hf_hnd, NULL, NULL,
 4797                  FALSE, FALSE);
 4798   
 4799          offset = dissect_ndr_uint32(
 4800                  tvb, offset, pinfo, tree, drep, hf_job_id, &jobid);
 4801   
 4802          offset = dissect_ndr_uint32(
 4803[+]                 tvb, offset, pinfo, tree, drep, hf_level, &level);
 4804   
 4805          /* GetJob() stores the level in se_data */
 4806          if(!pinfo->fd->flags.visited){
 4807                          dcv->se_data = GUINT_TO_POINTER((int)level);
Show more  




Change Warning 2137.34999 : Uninitialized Variable

Priority:
State:
Finding:
Owner:
Note: