]> source.dussan.org Git - tigervnc.git/commit
CharArray: pre-fill empty array with zeroes
authorJan Grulich <jgrulich@redhat.com>
Tue, 25 May 2021 12:18:48 +0000 (14:18 +0200)
committerPierre Ossman <ossman@cendio.se>
Mon, 7 Jun 2021 13:44:40 +0000 (15:44 +0200)
commitba837fd283adbf462137be97ed6a1970a6c37b67
treecaa556ea002ed546640695770e37082767c75348
parente1247d9e2a5b52b9b056ca814587c3cbea2c81f0
CharArray: pre-fill empty array with zeroes

CharArray should always be null-terminated. There is a potential
scenario where this all might lead to crash. In Password we call
memset(), passing length of the array we get with strlen(), but
this won't return correct value when the array is not properly
null-terminated.
common/rfb/util.h