forked from amir/filehasher
417dbad3742037e7bcf129cddb369d5e3b2cfc19
Fix bug slots used before initialization,compare and swap is protecting updating committed, but it is not protecting the memory initialization. Adding atomic_flag commit_lock to protect against that Fix bug multiple threads committing at the same time, fixed by using atomic_flag commit_lock and re-checking committed after acquiring the lock Reorder helper functions
filehasher
Collects some metadata and hashes files.
Languages
C
100%