Text   |  XML   |  ReML   |   Visible Warnings:

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

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

dissect_notify_info_data_buffer

(/home/sate/Testcases/c/cve/wireshark-1.2.0/epan/dissectors/packet-dcerpc-spoolss.c)expand/collapse
Show more  
 5756  dissect_notify_info_data_buffer(tvbuff_t *tvb, int offset, packet_info *pinfo,
 5757                                  proto_tree *tree, guint8 *drep)
 5758  {
 5759          guint32 len;
 5760   
 5761          offset = dissect_ndr_uint32(
 5762                  tvb, offset, pinfo, tree, drep,
 5763[+]                 hf_notify_info_data_buffer_len, &len);
 5764   
 5765          offset = dissect_ndr_uint16s(
 5766                  tvb, offset, pinfo, tree, drep,
 5767                  hf_notify_info_data_buffer_data, len);
Show more  




Change Warning 2149.34070 : Uninitialized Variable

Priority:
State:
Finding:
Owner:
Note: