qt6-bb10/src/gui
Marc Mutz 2913e7de51 QRhiVulkan: fix random values in pipelineCacheData() result
The QVkPipelineCacheDataHeader::reserved field wasn't initializaed by
the code, but then memcpy()ed with the struct into the result
QByteArray. At best, this contains random data, at worst, it leaks
information.

Initialize it to zero.

Found by Coverity.

Amends df0e98d408.

Pick-to: 6.7 6.6 6.5 6.2
Coverity-Id: 444147
Change-Id: I398c9a1e99483f2f9887d768319b20ecc11e2c86
Reviewed-by: Giuseppe D'Angelo <giuseppe.dangelo@kdab.com>
2024-03-27 15:49:43 +00:00
..
accessible Clean up windows accessibility backend 2024-03-27 15:35:15 +01:00
animation
compat Qt::mightBeRichText: port to QAnyStringView 2023-10-09 22:19:24 +00:00
doc Add configure feature for Metal 2024-03-19 14:52:48 +01:00
image Add QColorSpace::isValidTarget 2024-03-27 02:13:27 +01:00
itemmodels Port to QDirListing 2024-03-03 14:02:07 +02:00
kernel wasm: Document and test OpenGLContext limitations 2024-03-22 13:51:33 +01:00
math3d QQuaterion: fix formatting 2024-01-15 19:07:08 +01:00
opengl Don't include windows.h in the public qopengl.h header 2024-01-16 14:53:39 +01:00
painting Fix potentially unaligned 128-bit store/loads 2024-03-27 02:13:27 +01:00
platform QDbusTrayIcon: handle open() failure 2024-03-26 21:31:53 +00:00
rhi QRhiVulkan: fix random values in pipelineCacheData() result 2024-03-27 15:49:43 +00:00
text QTextMarkdownWriter: escape all backslashes 2024-03-26 00:47:37 -07:00
util Add configure feature for Metal 2024-03-19 14:52:48 +01:00
vulkan Rename files for header generation 2024-03-20 15:24:07 +01:00
CMakeLists.txt Clean up windows accessibility backend 2024-03-27 15:35:15 +01:00
QtGui.dynlist
configure.cmake Add configure feature for Metal 2024-03-19 14:52:48 +01:00
qt_cmdline.cmake