]> source.dussan.org Git - tigervnc.git/commit
Handle GnuTLS shutdown on dead session
authorPierre Ossman <ossman@cendio.se>
Thu, 10 Jun 2021 14:40:28 +0000 (16:40 +0200)
committerPierre Ossman <ossman@cendio.se>
Fri, 11 Jun 2021 07:42:44 +0000 (09:42 +0200)
commit14d21d7b445107873166b528c66881bf736285f8
tree7282807699449e11d5910bbd9ef57f46cbdbe179
parentfa2d8cd455a9f1ec632a493edc09e0c661ed9d51
Handle GnuTLS shutdown on dead session

The session might have died, or failed to initialise properly, so be
prepared for gnutls_bye() to be unable to do its job.
common/rfb/CSecurityTLS.cxx
common/rfb/CSecurityTLS.h
common/rfb/SSecurityTLS.cxx