]> source.dussan.org Git - tigervnc.git/commit
Don't use un-initialized stride to base constructor
authorPierre Ossman <ossman@cendio.se>
Mon, 25 Mar 2019 15:14:49 +0000 (16:14 +0100)
committerPierre Ossman <ossman@cendio.se>
Mon, 25 Mar 2019 15:14:49 +0000 (16:14 +0100)
commit44cf1d64ecf80c061c0a2b0f0167094e58782102
treeaf457c410d02a56b0c1e6dea925448689240d08e
parentb0003b5c6931c6ee2abf9138150ac6f83deed1b0
Don't use un-initialized stride to base constructor

We can use a dummy value here as we set up the buffer and stride
further down in the constructor.
vncviewer/PlatformPixelBuffer.cxx