Text   |  XML   |  ReML   |   Visible Warnings:

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

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

SpoolssEnumPrinterDataEx_q

(/home/sate/Testcases/c/cve/wireshark-1.2.0/epan/dissectors/packet-dcerpc-spoolss.c)expand/collapse
Show more  
 6573  static int SpoolssEnumPrinterDataEx_q(tvbuff_t *tvb, int offset,  
 6574                                        packet_info *pinfo, proto_tree *tree,  
 6575                                        guint8 *drep)
 6576  {
 6577          char *key_name;
 6578          proto_item *hidden_item;
 6579   
 6580          hidden_item = proto_tree_add_uint(
 6581                  tree, hf_printerdata, tvb, offset, 0, 1);
 6582          PROTO_ITEM_SET_HIDDEN(hidden_item);
 6583   
 6584          /* Parse packet */
 6585   
 6586          offset = dissect_nt_policy_hnd(
 6587                  tvb, offset, pinfo, tree, drep, hf_hnd, NULL, NULL,
 6588                  FALSE, FALSE);
 6589   
 6590          offset = dissect_ndr_cvstring(
 6591                  tvb, offset, pinfo, tree, drep, sizeof(guint16),
 6592[+]                 hf_printerdata_key, TRUE, &key_name);
 6593   
 6594          if (check_col(pinfo->cinfo, COL_INFO))
 6595                  col_append_fstr(pinfo->cinfo, COL_INFO, ", %s", key_name);
Show more  




Change Warning 2158.34581 : Uninitialized Variable

Priority:
State:
Finding:
Owner:
Note: