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.07k stars 481 forks source link

sockets.c: Destinct pointers for restrict parameters #602

Open mkuettle opened 6 months ago

mkuettle commented 6 months ago

Avoid passing the same pointer twice for restrict parameters for select. Rather copy the object for the second argument.