KasmVNC/common
Pierre Ossman ed73ac2aa7 Handle pixel formats with odd shift values
Our fast paths assume that each channel fits in to a separate byte.
That means the shift needs to be a multiple of 8. Start actually
checking this so that a client cannot trip us up and possibly cause
incorrect code exection.

Issue found by Pavel Cheremushkin from Kaspersky Lab.
2020-09-21 12:56:53 +03:00
..
network Initial commit 2020-09-20 12:16:44 +00:00
os Initial commit 2020-09-20 12:16:44 +00:00
rdr Be defensive about overflows in stream objects 2020-09-21 12:56:23 +03:00
rfb Handle pixel formats with odd shift values 2020-09-21 12:56:53 +03:00
Xregion Initial commit 2020-09-20 12:16:44 +00:00
CMakeLists.txt Initial commit 2020-09-20 12:16:44 +00:00