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.
2021-03-29 12:14:19 +03:00
..
decoders Split api of inflate 2021-03-29 12:09:40 +03:00
input Fix missing caps lock events on iOS 2021-03-29 11:57:26 +03:00
util Add util for unsigned and signed int. conversion 2021-03-29 12:09:10 +03:00
base64.js Use default argument for base64 2021-03-29 11:35:16 +03:00
deflator.js Add deflator helper class for deflating data 2021-03-29 12:09:05 +03:00
des.js Convert DES into a class 2021-03-29 11:35:23 +03:00
display.js Handle slow loading of images 2021-03-29 12:06:28 +03:00
encodings.js Add extended clipboard Pseudo-Encoding 2021-03-29 12:13:59 +03:00
inflator.js Fix bug where inflate would read too much data 2021-03-29 12:09:44 +03:00
rfb.js Fix crash with too large clipboard data 2021-03-29 12:14:19 +03:00
websock.js Update copyright to 2019 for modified files 2021-03-29 11:54:44 +03:00