• Show log

    Commit

  • Hash : 3d7617e4
    Author : Michael Schubert
    Date : 2012-09-14T21:33:50

    odb_pack: fix race condition
    
    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.