Blender Git Loki
Git Commits -> Revision 5ae853d
Revision 5ae853d by Bastien Montagne (master) November 5, 2018, 19:29 (GMT) |
Fix (unreported) potential race condition in view_layer_bases_hash_create(). When you check for undone work before acquiring a lock that ensures you are the only one actually doing the work, you have to redo the check *after* acquiring said lock. Otherwise, there is room for nasty random race condition issues... |
Commit Details:
Full Hash: 5ae853d20a3a5e41660220e684be1c7b785256d2
Parent Commit: 46060d5
Lines Changed: +7, -5
1 Modified Path:
/source/blender/blenkernel/intern/layer.c (+7, -5) (Diff)