You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Many servers can't handle zlib streams created by compress() function
of zlib library. Primary bug is that these servers don't expect inflate()
to return Z_STREAM_END, which is the case for streams created by
compress().
Affected servers:
LibVNCServer
UltraVNC
TigerVNC (<= 1.10)
0 commit comments