commit | f31f9c1080d8907c95f1501c6abab038eceb5490 | [log] [tgz] |
---|---|---|
author | Gerd Hoffmann <kraxel@redhat.com> | Mon May 07 12:22:54 2018 +0200 |
committer | Gerd Hoffmann <kraxel@redhat.com> | Tue May 15 10:36:55 2018 +0200 |
tree | 9f16e082465c821b35d560f1e28988dfc3778dc3 | |
parent | 4f4cb8282df82d43ba6b3c9045a3ac6fc4c4ef09 [diff] |
vnc: add magic cookie to VncState Set magic cookie on initialization. Clear on cleanup. Sprinkle a bunch of assert()s checking the cookie, to verify the pointer is valid. Signed-off-by: Gerd Hoffmann <kraxel@redhat.com> Message-id: 20180507102254.12107-1-kraxel@redhat.com