odb_pack.c
14 KB
-
odb_pack: fix race condition · 3d7617e4
last_found is the last packfile a wanted object was found in. Since last_found is shared among all searching threads, it might changes while we're searching. As suggested by @arrbee, put a copy on the stack to fix the race condition.
Michael Schubert committed