Text   |  XML   |  ReML   |   Visible Warnings:

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

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

SpoolssRRPCN_q

(/home/sate/Testcases/c/cve/wireshark-1.2.0/epan/dissectors/packet-dcerpc-spoolss.c)expand/collapse
Show more  
 6321  static int SpoolssRRPCN_q(tvbuff_t *tvb, int offset, packet_info *pinfo,
 6322                            proto_tree *tree, guint8 *drep)
 6323  {
 6324          guint32 changeid;
 6325   
 6326          /* Parse packet */
 6327   
 6328          offset = dissect_nt_policy_hnd(
 6329                  tvb, offset, pinfo, tree, drep, hf_hnd, NULL, NULL,
 6330                  FALSE, FALSE);
 6331   
 6332          offset = dissect_ndr_uint32(
 6333[+]                 tvb, offset, pinfo, tree, drep, hf_rrpcn_changelow, &changeid);
 6334   
 6335          if (check_col(pinfo->cinfo, COL_INFO))
 6336                  col_append_fstr(
 6337                          pinfo->cinfo, COL_INFO, ", changeid %d", changeid);
Show more  




Change Warning 2154.34859 : Uninitialized Variable

Priority:
State:
Finding:
Owner:
Note: