[Bug 533533] New: blender-2.48a-2.108: 3 * test in wrong place
http://bugzilla.novell.com/show_bug.cgi?id=533533 Summary: blender-2.48a-2.108: 3 * test in wrong place Classification: openSUSE Product: openSUSE 11.2 Version: Factory Platform: All OS/Version: openSUSE 11.1 Status: NEW Severity: Normal Priority: P5 - None Component: Other AssignedTo: bnc-team-screening@forge.provo.novell.com ReportedBy: dcb314@hotmail.com QAContact: qa@suse.de Found By: --- I just had a look at factory package blender-2.48a-2.108 For source code file blender-2.48a/source/blender/blenkernel/intern/cloth.c, around line 160, function bvhselftree_build_from_cloth is the following source code Cloth *cloth = clmd->clothObject; ClothVertex *verts; MFace *mfaces; float co[12]; if(!clmd) return NULL; This code will crash if clmd is NULL. Suggest put if condition *BEFORE* the use of data, like if(!clmd) return NULL; Cloth *cloth = clmd->clothObject; ClothVertex *verts; MFace *mfaces; float co[12]; The same thing happens in the same file, functions bvhtree_build_from_cloth and cloth_apply_vgroup. -- Configure bugmail: http://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
http://bugzilla.novell.com/show_bug.cgi?id=533533 Marcus Meissner <meissner@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- AssignedTo|bnc-team-screening@forge.pr |hvogel@novell.com |ovo.novell.com | -- Configure bugmail: http://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
http://bugzilla.novell.com/show_bug.cgi?id=533533 User rguenther@novell.com added comment http://bugzilla.novell.com/show_bug.cgi?id=533533#c1 --- Comment #1 from Richard Guenther <rguenther@novell.com> 2009-10-17 08:55:08 MDT --- David, in case the issues are not introduced by a patch local to openSUSE please report the issues upstream. Packagers, please do not add openSUSE-local patches to fix this kind of errors but forward the bugs upstream and close the bugs as RESOLVED UPSTREAM. Note that it is perfectly fine to have "resource leaks" at the end of a program as the kernel will clean up for you. Manually freeing them only increases binary size and runtime. -- Configure bugmail: http://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=533533 https://bugzilla.novell.com/show_bug.cgi?id=533533#c2 Hendrik Vogelsang <hvogel@suse.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |UPSTREAM --- Comment #2 from Hendrik Vogelsang <hvogel@suse.com> 2012-07-20 12:59:38 UTC --- . -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
participants (1)
-
bugzilla_noreply@novell.com