]> source.dussan.org Git - tigervnc.git/commit
Use C++ allocation for temporary buffers
authorPierre Ossman <ossman@cendio.se>
Tue, 3 Sep 2024 06:05:20 +0000 (08:05 +0200)
committerPierre Ossman <ossman@cendio.se>
Wed, 6 Nov 2024 20:06:27 +0000 (21:06 +0100)
commit5c3588c464520a4757bfc20974090e21af220cdc
tree1ac1c5ca6984de47c6cfb0fb891c05d881da3847
parent9e9083cbedc0e98a03a0da370dd49375dc1cdc91
Use C++ allocation for temporary buffers

Implicitly gives us the correct exceptions on errors instead of us
having to check and throw ourselves.
common/rfb/CSecurityTLS.cxx
common/rfb/SSecurityTLS.cxx