]> git.proxmox.com Git - mirror_novnc.git/commit
Avoid big strings on the stack
authorSamuel Mannehed <samuel@cendio.se>
Thu, 14 Jun 2018 14:52:36 +0000 (16:52 +0200)
committerSamuel Mannehed <samuel@cendio.se>
Thu, 14 Jun 2018 14:59:52 +0000 (16:59 +0200)
commitdb9daa98a5dedc3ebefea3fe7c09a3fb505fa366
treea6fc4d4c562c3475b1b1a4914bb693154aa8dc2d
parent362bd5e3a2cb95ac69456342e5006b3393f928e1
Avoid big strings on the stack

Previous code resulted in RangeErrors by potentially creating big
strings.

Fixes issue #1065
core/websock.js