Text   |  XML   |  ReML   |   Visible Warnings:

Null Pointer Dereference  at packet-vnc.c:2299

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

vnc_set_depth

(/home/sate/Testcases/c/cve/wireshark-1.2.0/epan/dissectors/packet-vnc.c)expand/collapse
Show more  
 2292  vnc_set_depth(packet_info *pinfo, guint8 depth)
 2293  {
 2294          vnc_packet_t *per_packet_info;
 2295   
 2296          /* The per_packet_info has already been created by the
 2297           * vnc_startup_messages() routine. */
 2298[+]         per_packet_info = p_get_proto_data(pinfo->fd, proto_vnc);
 2299          per_packet_info->depth = depth;
Show more  




Change Warning 3052.29649 : Null Pointer Dereference

Priority:
State:
Finding:
Owner:
Note: