Text   |  XML   |  ReML   |   Visible Warnings:

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

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

SpoolssSetPrinter_q

(/home/sate/Testcases/c/cve/wireshark-1.2.0/epan/dissectors/packet-dcerpc-spoolss.c)expand/collapse
Show more  
 3504  static int SpoolssSetPrinter_q(tvbuff_t *tvb, int offset, packet_info *pinfo,
 3505                                 proto_tree *tree, guint8 *drep _U_)
 3506  {
 3507          guint32 level;
 3508   
 3509          /* Parse packet */
 3510   
 3511          offset = dissect_nt_policy_hnd(
 3512                  tvb, offset, pinfo, tree, drep, hf_hnd, NULL, NULL,
 3513                  FALSE, FALSE);
 3514   
 3515          offset = dissect_ndr_uint32(
 3516[+]                 tvb, offset, pinfo, tree, drep, hf_level, &level);
 3517   
 3518          if (check_col(pinfo->cinfo, COL_INFO))
 3519                  col_append_fstr(pinfo->cinfo, COL_INFO, ", level %d", level);
Show more  




Change Warning 2120.35223 : Uninitialized Variable

Priority:
State:
Finding:
Owner:
Note: