]> git.proxmox.com Git - mirror_novnc.git/commit
Consume data properly in Hextile decoder
authorPierre Ossman <ossman@cendio.se>
Thu, 14 Feb 2019 15:57:26 +0000 (16:57 +0100)
committerPierre Ossman <ossman@cendio.se>
Thu, 14 Feb 2019 15:57:26 +0000 (16:57 +0100)
commit17eea9574dfafa4a90666ec8761c6bab2aa7601b
treeb1f663e198799f7a27d6002bcc9d1d70e619885a
parent36bfcb0714ddeb0107933589bc4fc108ad54cd8d
Consume data properly in Hextile decoder

We accidentally removed the code updating the data index in 8a189a6,
resulting in the decoder newer consuming any data. So the data would
be parsed as the next rect, causing weird errors.
core/decoders/hextile.js