This repository has been archived on 2023-10-09. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
blender-archive/source/blender
Kent Mein a9c29cd415 This commit fixes the following two coverity issues:
CID: 475
Checker: REVERSE_INULL (help)
File: base/src/source/blender/blenkernel/intern/cloth.c
Function: bvhselftree_build_from_cloth
Description: Pointer "clmd" dereferenced before NULL check

CID: 476
Checker: REVERSE_INULL (help)
File: base/src/source/blender/blenkernel/intern/cloth.c
Function: bvhtree_build_from_cloth
Description: Pointer "clmd" dereferenced before NULL check

You'll notice in the code the var is actually set again
a few lines down before being used so better to set it
after you've made sure the pointer is valid.

Kent
2009-06-02 19:29:20 +00:00
..
2009-05-26 10:44:14 +00:00
2009-05-31 17:59:57 +00:00
2009-05-26 12:57:16 +00:00
2009-05-26 12:57:16 +00:00
2009-06-01 21:38:03 +00:00
2009-05-29 09:27:48 +00:00
2008-12-16 12:32:10 +00:00
2009-06-01 16:35:05 +00:00
2009-05-17 12:25:06 +00:00
2008-09-19 14:15:36 +00:00
2008-10-28 20:26:38 +00:00