Text   |  XML   |  ReML   |   Visible Warnings:

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

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

SpoolssDeletePrinterData_q

(/home/sate/Testcases/c/cve/wireshark-1.2.0/epan/dissectors/packet-dcerpc-spoolss.c)expand/collapse
Show more  
 5215  static int SpoolssDeletePrinterData_q(tvbuff_t *tvb, int offset,
 5216                                        packet_info *pinfo, proto_tree *tree,
 5217                                        guint8 *drep)
 5218  {
 5219          char *value_name;
 5220          proto_item *hidden_item;
 5221   
 5222          hidden_item = proto_tree_add_uint(
 5223                  tree, hf_printerdata, tvb, offset, 0, 1);
 5224          PROTO_ITEM_SET_HIDDEN(hidden_item);
 5225   
 5226          /* Parse packet */
 5227   
 5228          offset = dissect_nt_policy_hnd(
 5229                  tvb, offset, pinfo, tree, drep, hf_hnd, NULL, NULL,
 5230                  FALSE, FALSE);
 5231   
 5232          offset = dissect_ndr_cvstring(
 5233                  tvb, offset, pinfo, tree, drep, sizeof(guint16),
 5234[+]                 hf_printerdata_value, TRUE, &value_name);
 5235   
 5236          if (check_col(pinfo->cinfo, COL_INFO))
 5237                  col_append_fstr(pinfo->cinfo, COL_INFO, ", %s", value_name);
Show more  




Change Warning 2144.34577 : Uninitialized Variable

Priority:
State:
Finding:
Owner:
Note: