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:
authorBastien Montagne <bastien@blender.org>2020-09-16 16:02:02 +0300
committerBastien Montagne <bastien@blender.org>2020-09-16 16:04:19 +0300
commitfa2ef64d961959e46d35ff11d50cfc8f7bdf484a (patch)
treecf29d92ad7ff9a8bed832eaceca2cb7b8d664584 /source/blender/draw
parentd067c13a9d07c7b2d21aa75a93d95d42e0609aa0 (diff)
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.
Diffstat (limited to 'source/blender/draw')
0 files changed, 0 insertions, 0 deletions