• Jay Carlson's avatar
    Avoid divide-by-zero in raw encoding (OSX RealVNC) · 79d938c1
    Jay Carlson authored
    OS X RealVNC server crashes out Remmina because the server can provoke
    bytesPerLine to be zero. Assume this is coding for zero lines.
    
    The condition could be checked before the calculation of bytesPerLine.
    I don’t understand the preconditions of this code to say one way or the
    other.
    79d938c1
Name
Last commit
Last update
..
Makefile.am Loading commit data...
corre.c Loading commit data...
cursor.c Loading commit data...
h264.c Loading commit data...
hextile.c Loading commit data...
listen.c Loading commit data...
rfbproto.c Loading commit data...
rre.c Loading commit data...
sockets.c Loading commit data...
tight.c Loading commit data...
tls.h Loading commit data...
tls_gnutls.c Loading commit data...
tls_none.c Loading commit data...
tls_openssl.c Loading commit data...
ultra.c Loading commit data...
vncviewer.c Loading commit data...
zlib.c Loading commit data...
zrle.c Loading commit data...