Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[v1.20.x] util: Fix coverity issue about missing lock
All write accesses to `wait->signal` are protected by the lock. The read access should be protected, too. Signed-off-by: Jianxin Xiong <[email protected]> (cherry picked from commit e16f28a)
- Loading branch information