-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix race between concurrent buckle invocations
buckle was writing direct to prelude hash, so two concurrent buckle invocations could race and thus read an incomplete entry fix it by doing the has before the binary, so its impossible to see a partially written prelude hash the binary itself is protected by temp file and rename approach from earlier version of this PR which was merged previously
- Loading branch information
Showing
1 changed file
with
25 additions
and
24 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters