Text   |  XML   |  ReML   |   Visible Warnings:

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

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

SpoolssGetPrinter_q

(/home/sate/Testcases/c/cve/wireshark-1.2.0/epan/dissectors/packet-dcerpc-spoolss.c)expand/collapse
Show more  
 3265  static int SpoolssGetPrinter_q(tvbuff_t *tvb, int offset, packet_info *pinfo,
 3266                                 proto_tree *tree, guint8 *drep _U_)
 3267  {
 3268          dcerpc_info *di = (dcerpc_info *)pinfo->private_data;
 3269          dcerpc_call_value *dcv = (dcerpc_call_value *)di->call_data;
 3270          guint32 level;
 3271   
 3272          /* Parse packet */
 3273   
 3274          offset = dissect_nt_policy_hnd(
 3275                  tvb, offset, pinfo, tree, drep, hf_hnd, NULL, NULL,
 3276                  FALSE, FALSE);
 3277   
 3278          offset = dissect_ndr_uint32(
 3279[+]                 tvb, offset, pinfo, tree, drep, hf_level, &level);
 3280   
 3281          /* GetPrinter() stores the level in se_data */
 3282          if(!pinfo->fd->flags.visited){
 3283                          dcv->se_data = GINT_TO_POINTER((int)level);
 3284          }
 3285   
 3286   
 3287          if (check_col(pinfo->cinfo, COL_INFO))
 3288                  col_append_fstr(pinfo->cinfo, COL_INFO, ", level %d", level);
Show more  




Change Warning 2115.34989 : Uninitialized Variable

Priority:
State:
Finding:
Owner:
Note: