You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
KasmVNC/common
Mark Mielke 80a637c793 Fix division by zero exception in SSecurityPlain.
If using SSecurityPlain and the user specifies an empty username
and password, it will invoke InStream::checkNoWait(0) which will
cause a division by zero when calculating the number of available
items.

Enhance InStream::check() to behave properly when asked for
zero items, or zero sized items.

Add comments to InStream::check(), InStream::checkNoWait(),
and InStream::readBytes() to document expected behaviour
when requested to check or read zero items, or an item with
zero size.
5 years ago
..
Xregion Initial commit 5 years ago
network Throw GAIException() for getaddrinfo errors 5 years ago
os Initial commit 5 years ago
rdr Fix division by zero exception in SSecurityPlain. 5 years ago
rfb Fix JpegCompressor::overrun() type change 5 years ago
CMakeLists.txt Initial commit 5 years ago