]> source.dussan.org Git - tigervnc.git/commit
Remove bogus strncpy() calls
authorPierre Ossman <ossman@cendio.se>
Mon, 7 Dec 2020 11:28:07 +0000 (12:28 +0100)
committerPierre Ossman <ossman@cendio.se>
Mon, 7 Dec 2020 11:28:07 +0000 (12:28 +0100)
commitb2b265a18305f5675f803b6c83f625181bf8e27c
tree4d4812b67488574f723c13edf34d07ccac26c2e2
parent25d3167e81f65b46b61afa1404703c616ea43e4d
Remove bogus strncpy() calls

We don't know the size of the output buffer here and giving the input
string size is just confusing and upsets the compiler in some cases.
vncviewer/vncviewer.cxx