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

test: Fix offset used before range check #580

Closed szsam closed 1 year ago

szsam commented 1 year ago

This use of offset 'i' should follow the range check.