pack.c
27.1 KB
-
Protect sha1_entry_pos call with mutex · 8c535f3f
There is an occasional assertion failure in sha1_entry_pos from pack_entry_find_index when running threaded. Holding the mutex around the code that grabs the index_map data and processes it makes this assertion failure go away.
Russell Belfer committed