Text   |  XML   |  ReML   |   Visible Warnings:

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

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

SpoolssRFNPCNEX_q

(/home/sate/Testcases/c/cve/wireshark-1.2.0/epan/dissectors/packet-dcerpc-spoolss.c)expand/collapse
Show more  
 6275  static int SpoolssRFNPCNEX_q(tvbuff_t *tvb, int offset, packet_info *pinfo,
 6276                               proto_tree *tree, guint8 *drep)
 6277  {
 6278          guint32 changeid;
 6279   
 6280          /* Parse packet */
 6281   
 6282          offset = dissect_nt_policy_hnd(
 6283                  tvb, offset, pinfo, tree, drep, hf_hnd, NULL, NULL,
 6284                  FALSE, FALSE);
 6285   
 6286          offset = dissect_ndr_uint32(
 6287[+]                 tvb, offset, pinfo, tree, drep, hf_rrpcn_changelow, &changeid);
 6288   
 6289          if (check_col(pinfo->cinfo, COL_INFO))
 6290                  col_append_fstr(
 6291                          pinfo->cinfo, COL_INFO, ", changeid %d", changeid);
Show more  




Change Warning 2153.34858 : Uninitialized Variable

Priority:
State:
Finding:
Owner:
Note: