LibVNC / x11vnc

a VNC server for real X displays
GNU General Public License v2.0
725 stars 142 forks source link

connections: fix snprintf null destination pointer #228

Closed tobydox closed 4 months ago

tobydox commented 1 year ago

Since prestring is initialized with NULL we must not write to it before it points to allocated memory (line 2584).