cc9678b5fe6d4194c4f2d7fcf059285efe6cac6d
BLI_strncpy_utf8 didn't check for null bytes within bytes stepped over by the variable length UTF8 encoding. While a valid UTF8 string wont include these, it's possible Latin1 encoding or a truncated string includes such characters. In this case, the entire string is copied as it's not the purpose of this function to correct or strip invalid/truncated encoding, only to prevent it from happening in the first place.
…
Blender
Blender is the free and open source 3D creation suite. It supports the entirety of the 3D pipeline-modeling, rigging, animation, simulation, rendering, compositing, motion tracking and video editing.
Project Pages
Development
License
Blender as a whole is licensed under the GNU General Public License, Version 3. Individual files may have a different, but compatible license.
See blender.org/about/license for details.
Description
Languages
C++
78%
Python
14.9%
C
2.9%
GLSL
1.9%
CMake
1.2%
Other
0.9%
