Blender Git Loki
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