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 484 forks source link

websockets: fix buffer overflow in webSocketsEncodeHybi() #495

Closed maxnet closed 2 years ago

maxnet commented 2 years ago

The websocket code has internal buffers that expect data not to be larger than UPDATE_BUF_SIZE

Closes #484