Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
santa-driver: Fix rare panic in CacheCheck where lock upgrade fails.
lck_rw_lock_shared_to_exclusive can return false if a previous reader upgraded. The result is the lock being unlocked and the panic is caused when unlocking a lock that isn't locked.
- Loading branch information