Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fixed deadlock in check.SetResult(). (#1619)
SetResult() was calling check.SetResultFailed() inside, which locks the mutex again, resulting in a deadlock. Also, the check will be implicitly "skipped" in case both compliant and non-compliant objects lists are empty.
- Loading branch information