]> source.dussan.org Git - tigervnc.git/commit
Don't clear complex objects using memset()
authorPierre Ossman <ossman@cendio.se>
Sat, 30 May 2020 18:54:07 +0000 (20:54 +0200)
committerPierre Ossman <ossman@cendio.se>
Sun, 31 May 2020 09:08:22 +0000 (11:08 +0200)
commitb97c84b1d94c8361ee40ef1c7d9c90526729f914
treee26fe41ecc6227871aec0944761938465e59cb53
parent79d1747a272a4f7810a177daa6c582e068c9cee8
Don't clear complex objects using memset()

This is fine for simple structs but not class based objects.
win/rfb_win32/DIBSectionBuffer.cxx
win/rfb_win32/MonitorInfo.cxx