Text   |  XML   |  ReML   |   Visible Warnings:

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

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

SpoolssEnumPrinterDataEx_r

(/home/sate/Testcases/c/cve/wireshark-1.2.0/epan/dissectors/packet-dcerpc-spoolss.c)expand/collapse
Show more  
 6737  static int SpoolssEnumPrinterDataEx_r(tvbuff_t *tvb, int offset,  
 6738                                     packet_info *pinfo, proto_tree *tree,  
 6739                                     guint8 *drep)
 6740  {
 6741          guint32 size, num_values;
 6742          proto_item *hidden_item;
 6743   
 6744          hidden_item = proto_tree_add_uint(
 6745                  tree, hf_printerdata, tvb, offset, 0, 1);
 6746          PROTO_ITEM_SET_HIDDEN(hidden_item);
 6747   
 6748          /* Parse packet */
 6749   
 6750          offset = dissect_ndr_uint32(
 6751                  tvb, offset, pinfo, tree, drep,
 6752[+]                 hf_buffer_size, &size);
 6753   
 6754          dissect_ndr_uint32(
 6755                  tvb, offset + size + 4, pinfo, NULL, drep, hf_returned,
 6756                  &num_values);
Show more  




Change Warning 2168.34582 : Uninitialized Variable

Priority:
State:
Finding:
Owner:
Note: