Text   |  XML   |  ReML   |   Visible Warnings:

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

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

SpoolssEnumPrinterKey_q

(/home/sate/Testcases/c/cve/wireshark-1.2.0/epan/dissectors/packet-dcerpc-spoolss.c)expand/collapse
Show more  
 6512  static int SpoolssEnumPrinterKey_q(tvbuff_t *tvb, int offset,  
 6513                                     packet_info *pinfo, proto_tree *tree,  
 6514                                     guint8 *drep)
 6515  {
 6516          char *key_name;
 6517   
 6518          /* Parse packet */
 6519   
 6520          offset = dissect_nt_policy_hnd(
 6521                  tvb, offset, pinfo, tree, drep, hf_hnd, NULL, NULL,
 6522                  FALSE, FALSE);
 6523   
 6524          offset = dissect_ndr_cvstring(
 6525                  tvb, offset, pinfo, tree, drep, sizeof(guint16),
 6526[+]                 hf_printerdata_key, TRUE, &key_name);
 6527   
 6528          if (check_col(pinfo->cinfo, COL_INFO)) {
 6529                  const char *kn = key_name;
Show more  




Change Warning 2156.34579 : Uninitialized Variable

Priority:
State:
Finding:
Owner:
Note: