Blender Git Commit Log

Git Commits -> Revision aff1cfc

May 11, 2015, 11:58 (GMT)
Fix for potential NULL pointer access when looking up strands data from
caches.

The 'find' function was returning a bool value, but this does not
guarantee non-null pointers. Removed the return value to avoid
confusion, now callers should simply check the returned pointers.

Commit Details:

Full Hash: aff1cfc013b7f1736d1a773b8382969f6fb8a2f5
Parent Commit: bc4be56
Lines Changed: +13, -9

3 Modified Paths:

/source/blender/blenkernel/BKE_anim.h (+1, -1) (Diff)
/source/blender/blenkernel/intern/object_dupli.c (+2, -3) (Diff)
/source/blender/makesrna/intern/rna_object.c (+10, -5) (Diff)
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021