]> git.proxmox.com Git - mirror_novnc.git/commit
Make sure to copy arrays when using render queue
authorSolly Ross <sross@redhat.com>
Wed, 24 Feb 2016 20:59:58 +0000 (15:59 -0500)
committerSolly Ross <sross@redhat.com>
Wed, 24 Feb 2016 21:29:34 +0000 (16:29 -0500)
commit7bc383e8b6f6da10cb3f335123fe561674a6723d
treeae11ad21efbdea8a09aee6f82b8cd316eac4cefe
parent670dbddb54264fd0082d0aca1b3acb0f1814b1d2
Make sure to copy arrays when using render queue

This commit ensures that input arrays are copied to new storage when
they are pushed onto the render queue.  This ensures that they are
not overwritten before they are eventually used.

Fixes #571
include/display.js