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/kasmweb/core
Alex Tanskanen b173c8854a Fix crash with too large clipboard data
If too much text is copied in the session, String.fromCharCode.apply()
would crash in Safari on macOS and Chrome on Linux. This commit fixes
this issue by avoiding apply() altogether. Also added test to cover this
issue.
4 years ago
..
decoders Split api of inflate 4 years ago
input Fix missing caps lock events on iOS 4 years ago
util Add util for unsigned and signed int. conversion 4 years ago
base64.js Use default argument for base64 4 years ago
deflator.js Add deflator helper class for deflating data 4 years ago
des.js Convert DES into a class 4 years ago
display.js Handle slow loading of images 4 years ago
encodings.js Add extended clipboard Pseudo-Encoding 4 years ago
inflator.js Fix bug where inflate would read too much data 4 years ago
rfb.js Fix crash with too large clipboard data 4 years ago
websock.js Update copyright to 2019 for modified files 4 years ago