Text   |  XML   |  ReML   |   Visible Warnings:

Cast Alters Value  at packet-vnc.c:2130

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

decode_cursor

(/home/sate/Testcases/c/cve/wireshark-1.2.0/epan/dissectors/packet-vnc.c)expand/collapse
Show more  
 2124  decode_cursor(tvbuff_t *tvb, gint *offset, proto_tree *tree,
 2125                guint pixels_bytes, guint mask_bytes)
 2126  {
 2127          guint total_bytes;
 2128   
 2129          total_bytes = pixels_bytes + mask_bytes;
 2130[+]         VNC_BYTES_NEEDED (total_bytes);
Show more  




Change Warning 3029.31937 : Cast Alters Value

Priority:
State:
Finding:
Owner:
Note: