Text   |  XML   |  ReML   |   Visible Warnings:

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

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

dissect_notify_options_flags

(/home/sate/Testcases/c/cve/wireshark-1.2.0/epan/dissectors/packet-dcerpc-spoolss.c)expand/collapse
Show more  
 2839  dissect_notify_options_flags(tvbuff_t *tvb, int offset, packet_info *pinfo,
 2840                               proto_tree *tree, guint8 *drep)
 2841  {
 2842          proto_item *item;
 2843          proto_tree *subtree;
 2844          guint32 flags;
 2845   
 2846          offset = dissect_ndr_uint32(tvb, offset, pinfo, NULL, drep,
 2847                                      hf_notify_options_flags,
 2848[+]                                     &flags);
 2849   
 2850          item = proto_tree_add_text(tree, tvb, offset - 4, 4,
 2851                                     "Flags: 0x%08x", flags);
Show more  




Change Warning 2110.33915 : Uninitialized Variable

Priority:
State:
Finding:
Owner:
Note: