LibVNC / libvncserver

LibVNCServer/LibVNCClient are cross-platform C libraries that allow you to easily implement VNC server or client functionality in your program.
GNU General Public License v2.0
1.08k stars 483 forks source link

libvncserver: check before shifting #555

Closed catenacyber closed 1 year ago

catenacyber commented 1 year ago

As it can turn into undefined behavior like shift exponent 32 is too large for 32-bit type 'uint32_t'

catenacyber commented 1 year ago

This should complete the fix for https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=55190