]> source.dussan.org Git - tigervnc.git/commit
Don't parse empty fence messages
authorPierre Ossman <ossman@cendio.se>
Thu, 23 Feb 2023 06:19:09 +0000 (07:19 +0100)
committerLinn Mattsson <linma@cendio.se>
Fri, 18 Oct 2024 09:03:47 +0000 (11:03 +0200)
commit4b859cae706af8e59671f8105be17a4436d7ba34
treeca3fb396c7b5688813fcd3953f09d15df1ebc16e
parentbda93857c8f945421278c4ea23cb218cf677419e
Don't parse empty fence messages

We need to return here or we'll do an out-of-bounds access on the data
array.

(cherry picked from commit 7af69eb4a7a52d6baf4d09f79ccbec76bd1fcee1)
common/rfb/VNCSConnectionST.cxx