Text   |  XML   |  ReML   |   Visible Warnings:

Cast Alters Value  at packet-vnc.c:1612

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

vnc_raw_encoding

(/home/sate/Testcases/c/cve/wireshark-1.2.0/epan/dissectors/packet-vnc.c)expand/collapse
Show more  
 1605  vnc_raw_encoding(tvbuff_t *tvb, packet_info *pinfo, gint *offset,
 1606                   proto_tree *tree, guint16 width, guint16 height)
 1607  {
 1608          guint8 bytes_per_pixel = vnc_get_bytes_per_pixel(pinfo);
 1609          guint length;
 1610   
 1611          length = width * height * bytes_per_pixel;
 1612[+]         VNC_BYTES_NEEDED(length);
Show more  




Change Warning 3047.31959 : Cast Alters Value

Priority:
State:
Finding:
Owner:
Note: