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.1k stars 482 forks source link

Fix potential multiplication overflows #504

Closed tobydox closed 2 years ago

tobydox commented 2 years ago

This fixes potential multiplication overflows caused by too late type promotion to size_t.