Details
-
Bug
-
Resolution: Fixed
-
P1: Critical
-
6.9.0 Beta1
-
None
-
-
ff68e05bc (dev), 7fbc34056 (6.9)
Description
Qt 6.9 added via QRhi::setQueueSubmitParams the possibility to pass additional user-provided semaphores to the vkQueueSubmit and vkQueuePresent functions called by the RHI.
As per the Vulkan specs, VkSubmitInfo::pWaitDstStageMask is a pointer to an array of VkSubmitInfo::waitSemaphoreCount elements.
Unfortunately, this array was not modified for the case where more than one waitSemaphore is passed (happens when additional semaphores are passed via QRhi::setQueueSubmitParams), resulting in an out-of-bounds read by the driver.
Attachments
For Gerrit Dashboard: QTBUG-132356 | ||||||
---|---|---|---|---|---|---|
# | Subject | Branch | Project | Status | CR | V |
619432,3 | rhi: vulkan: fix the pWaitDstStageMask parameter of vkQueueSubmit | dev | qt/qtbase | Status: MERGED | +2 | 0 |
620007,2 | rhi: vulkan: fix the pWaitDstStageMask parameter of vkQueueSubmit | 6.9 | qt/qtbase | Status: MERGED | +2 | 0 |