Text   |  XML   |  ReML   |   Visible Warnings:

Cast Alters Value  at packet-vnc.c:2167

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

vnc_x_cursor_encoding

(/home/sate/Testcases/c/cve/wireshark-1.2.0/epan/dissectors/packet-vnc.c)expand/collapse
Show more  
 2160  vnc_x_cursor_encoding(tvbuff_t *tvb, packet_info *pinfo, gint *offset,
 2161                        proto_tree *tree, guint16 width, guint16 height)
 2162  {
 2163          gint bitmap_row_bytes = (width + 7) / 8;
 2164          gint mask_bytes = bitmap_row_bytes * height;
 2165          (void) pinfo; /* unused argument */
 2166   
 2167[+]         VNC_BYTES_NEEDED (6);
Show more  




Change Warning 3030.32763 : Cast Alters Value

Priority:
State:
Finding:
Owner:
Note: