Files
test2/intern/cycles
Bastien Montagne be11603dc2 Fix (unreported) buffer overflow in Cycles' 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. Found while investigating T80657.
2020-09-16 14:39:13 +02:00
..
2020-09-07 23:12:34 +10:00
2020-09-09 13:30:05 +10:00
2020-09-10 09:45:25 +10:00