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.11k stars 485 forks source link

Fix integer overflow in calculating allocation size #579

Closed szsam closed 1 year ago

szsam commented 1 year ago

Allocating memory with a size controlled by an external user can result in integer overflow.