]> source.dussan.org Git - tigervnc.git/commit
Correctly handle invalid UTF-16 code points
authorPierre Ossman <ossman@cendio.se>
Mon, 5 Oct 2020 14:07:27 +0000 (16:07 +0200)
committerPierre Ossman <ossman@cendio.se>
Mon, 5 Oct 2020 14:07:27 +0000 (16:07 +0200)
commit703eb4d13016090d1b50294faaf9b57c6ed9a738
tree6728eff052741d895166cb9262f7f335f1895858
parentd163da9ac89b2587401cd42e9a21309d1ba8fa3f
Correctly handle invalid UTF-16 code points

Some code points are reserved for the UTF-16 coding itself and must not
appear as input data to the algorithm.
common/rfb/util.cxx
tests/unit/unicode.cxx