From 229d69dcbb5cdf26d75f91acf3524a1eac91ff3d Mon Sep 17 00:00:00 2001 From: marc0246 <40955683+marc0246@users.noreply.github.com> Date: Thu, 10 Oct 2024 16:07:10 +0200 Subject: [PATCH] #2572 changelog --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9584c7b1..c0aad6f4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -171,6 +171,7 @@ Other: - Fixed an off-by-one error in `SubpassDescription::validate`. - Made resizing smooth on macOS and iOS, and let it interoperate better with windowing libraries. - Fixed compiling on iOS. +- Fixed UB in `GenericMemoryAllocator::deallocate` arising due to invalid pointer provenance given out on allocation. - Vulkano-shaders: Fixed shader struct names that are invalid rust idents from panicking the shader! macro. Rust-gpu emitted struct names such as `foo::bar::MyStruct` now work. # Version 0.34.1 (2023-10-29)