Files
test2/source/blender/gpu
Clément Foucault 45fb7a1db5 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.
2022-06-29 14:12:03 +02:00
..
2022-06-29 09:40:16 +10:00
2022-06-20 10:14:17 -05:00
2022-06-09 09:48:37 +10:00
2022-05-11 11:02:01 +10:00