Text   |  XML   |  ReML   |   Visible Warnings:

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

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

dissect_DEVMODE_fields

(/home/sate/Testcases/c/cve/wireshark-1.2.0/epan/dissectors/packet-dcerpc-spoolss.c)expand/collapse
Show more  
 1334  dissect_DEVMODE_fields(tvbuff_t *tvb, gint offset, packet_info *pinfo,
 1335                         proto_tree *tree, guint8 *drep _U_, guint32 *pdata)
 1336  {
 1337          proto_item *item;
 1338          proto_tree *subtree;
 1339          guint32 fields;
 1340          proto_item *hidden_item;
 1341   
 1342          hidden_item = proto_tree_add_uint(
 1343                  tree, hf_devmode, tvb, offset, 0, 1);
 1344          PROTO_ITEM_SET_HIDDEN(hidden_item);
 1345   
 1346          offset = dissect_ndr_uint32(tvb, offset, pinfo, NULL, drep,
 1347[+]                                     hf_devmode_fields, &fields);
 1348   
 1349          item = proto_tree_add_text(tree, tvb, offset - 4, 4,
 1350                                     "Fields: 0x%08x", fields);
Show more  




Change Warning 2096.33665 : Uninitialized Variable

Priority:
State:
Finding:
Owner:
Note: