Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorClément Foucault <foucault.clem@gmail.com>2022-06-29 13:11:05 +0300
committerClément Foucault <foucault.clem@gmail.com>2022-06-29 15:12:03 +0300
commit45fb7a1db55d5f6abd54332450b48b0d99295cd9 (patch)
tree6c86a0701db852bb011fb2236f787b19e3f1f6fd /source/blender/draw/engines/eevee/eevee_volumes.c
parent4a9f60ecd291254ad32854b945c673dfc1e12137 (diff)
Fix T98825: EEVEE: Regression: Buffer overflow in sample name buffer
This happened because of the false assumption that `std::array<char, 32>` would be treated as a container and not relocate their content if the `Vector` would grow. Replacing with actual object allocation fixes the issue. Candidate for 3.2.1 corrective release.
Diffstat (limited to 'source/blender/draw/engines/eevee/eevee_volumes.c')
0 files changed, 0 insertions, 0 deletions