]> source.dussan.org Git - tigervnc.git/commit
Use STL list for encoding list
authorPierre Ossman <ossman@cendio.se>
Wed, 20 Jun 2018 09:40:37 +0000 (11:40 +0200)
committerPierre Ossman <ossman@cendio.se>
Thu, 1 Nov 2018 15:11:42 +0000 (16:11 +0100)
commit1143ee66e4068f64e8e246bbbf3c38c4861425ef
tree2bc9a8b8ecc4d0f9853deb5e97ba2895791f4938
parent96728356628e90ef80dc111269db1593be87aa16
Use STL list for encoding list

This is a lot safer and cleaner. The old code had a fixed size that
we didn't properly keep track of.
common/rfb/CConnection.cxx
common/rfb/CMsgWriter.cxx
common/rfb/CMsgWriter.h