]> source.dussan.org Git - tigervnc.git/commit
Fix handling of VMware cursors
authorPierre Ossman <ossman@cendio.se>
Tue, 18 Jan 2022 12:38:41 +0000 (13:38 +0100)
committerPierre Ossman <ossman@cendio.se>
Tue, 18 Jan 2022 12:38:41 +0000 (13:38 +0100)
commit1a729dc0129052a028eae4582a6d6d10564d13c4
treee91104dfae9b1484f1636b44194d54cd8683f217
parentb484c229853a08c7f254a4c6efbaf3c9e85b5074
Fix handling of VMware cursors

This is a regression from ad0f061. If a VMware cursor rect was split up
over multiple read()s then the stream would become corrupted as we set
the restore point at the wrong place.
common/rfb/CMsgReader.cxx