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
path: root/intern
diff options
context:
space:
mode:
authorSebastian Parborg <darkdefende@gmail.com>2022-08-12 18:52:15 +0300
committerSebastian Parborg <darkdefende@gmail.com>2022-08-12 18:56:36 +0300
commitc1c0473a7efb5dc6455401799e3f3e8282aa31df (patch)
tree7c524b6b608225cf71dc7197d771febf7721a359 /intern
parent82fe475f06b32266d4c7374711b0a2d1498f1488 (diff)
Fix out of bounds read in LineArt if there are only interestion edges
In this case the array allocation would allocate an array of size zero. This would then later lead to out of bounds memory reads. Now the code will skip zero length allocations.
Diffstat (limited to 'intern')
0 files changed, 0 insertions, 0 deletions