f36f9bdb87f4336e2fc0731524607a92be4e5d1a
calloc on non-trivial data.
It seems that this was 'fine', as non-trivial data in `BVHTreeFromMesh` appear to be 'safe' when simply zero-initialized instead of being properly constructed. Note that this 'calloced' data was already 'MEM_deleted', this is currently considered as a valid use-case unfortunately, otherwise the issue would have been detected earlier. Directly use 'copy' `MEM_new` code instead. Pull Request: https://projects.blender.org/blender/blender/pulls/135862
…
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%
