Text   |  XML   |  ReML   |   Visible Warnings:

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

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

SpoolssRFFPCNEX_q

(/home/sate/Testcases/c/cve/wireshark-1.2.0/epan/dissectors/packet-dcerpc-spoolss.c)expand/collapse
Show more  
 3024  static int SpoolssRFFPCNEX_q(tvbuff_t *tvb, int offset,
 3025                               packet_info *pinfo, proto_tree *tree,
 3026                               guint8 *drep _U_)
 3027  {
 3028          guint32 flags;
 3029          proto_item *flags_item;
 3030          proto_tree *flags_subtree;
 3031   
 3032          /* Parse packet */
 3033   
 3034          offset = dissect_nt_policy_hnd(
 3035                  tvb, offset, pinfo, tree, drep, hf_hnd, NULL, NULL,
 3036                  FALSE, FALSE);
 3037   
 3038          offset = dissect_ndr_uint32(tvb, offset, pinfo, NULL, drep,
 3039[+]                                     hf_rffpcnex_flags, &flags);
 3040   
 3041          flags_item = proto_tree_add_text(tree, tvb, offset - 4, 4,
 3042                                           "Flags: 0x%08x", flags);
Show more  




Change Warning 2111.34857 : Uninitialized Variable

Priority:
State:
Finding:
Owner:
Note: