]> source.dussan.org Git - tigervnc.git/commit
hextileDecode.h: Fix buffer overflow 378/head
authorJosef Gajdusek <atx@atx.name>
Fri, 4 Nov 2016 11:24:08 +0000 (12:24 +0100)
committerJosef Gajdusek <atx@atx.name>
Fri, 4 Nov 2016 18:21:31 +0000 (19:21 +0100)
commit2a4734c66f73fb378654d379acad2328cfc9b152
treecc8de89a486b337d85fb607905d4b7f25c2141c5
parent6c0181c6f7241eaa9b19417c1729af463677c434
hextileDecode.h: Fix buffer overflow

The hextileDecodexx functions do not properly check for out-of-bounds writes,
which allows a malicious server to overwrite parts of the stack.
common/rfb/hextileDecode.h