Files
test/source/blender/blenlib
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-08-27 15:33:33 +10:00
2020-08-10 18:17:07 +02:00
2020-08-24 19:02:41 +02:00
2020-08-28 10:04:26 -06:00