Files
test2/source/blender
Bastien Montagne fa2ef64d96 Fix (unreported) buffer overflow in BLI_system_cpu_brand_string helper.
Since this buffer is used as an array of 12 32bits integers, and C++
string expect a NULL-terminated C-string, we need an extra char to
ensure last one is always NULL.

See D8906. Thanks to @brecht for noting this one too.
2020-09-16 15:04:19 +02:00
..
2020-09-16 14:52:48 +02:00
2020-08-29 18:56:08 +10:00
2020-09-16 14:52:48 +02:00
2020-09-09 13:30:05 +10:00
2020-09-16 15:28:02 +10:00