Blender Git Loki
Git Commits -> Revision a83bc4f
Revision a83bc4f by Bastien Montagne (master) May 14, 2016, 16:06 (GMT) |
Fix an error in new lockfree parallel_range_next_iter_get() helper. Reading the shared state->iter value after storing it in the 'reference' var could in theory lead to a race condition setting state->iter value above state->stop, which would be 'deadly'. This **may** be the cause of T48422, though I was not able to reproduce that issue so far. |
Commit Details:
Full Hash: a83bc4f59707ab5a09c24f0b04d2d57d03fb2d2b
Parent Commit: b9996a3
Lines Changed: +2, -2
1 Modified Path:
/source/blender/blenlib/intern/task.c (+2, -2) (Diff)