summaryrefslogtreecommitdiff
path: root/main/splash.png
diff options
context:
space:
mode:
authorChibiDenDen <pdaniq@gmail.com>2023-02-20 11:54:52 +0200
committerGitHub <noreply@github.com>2023-02-20 11:54:52 +0200
commitd104d8447b6594f3372b919797c4b0d9300817ba (patch)
tree2d369f11273a26b640d9d91cc91eb314010948d2 /main/splash.png
parent9f68d06ec2d8dbeb237c5aa5c6f9bbcbe26bde5d (diff)
Fix use-after-free for VkAttachmentReference
In the flow where VK_KHR_CREATE_RENDERPASS_2_EXTENSION_NAME does not exist VkAttachmentReference are created inside a loop and their backing buffer is referenced in the subpass object. the VkAttachmentReference vectors are freed once the loop exists, causing the subpass to point to freed data. Add all the VkAttachmentReference to a vector in the scope of the entire function, to ensure they are not freed until vkCreateRenderPass is called
Diffstat (limited to 'main/splash.png')
0 files changed, 0 insertions, 0 deletions