Skip to content

Commit cfe59cd

Browse files
committed
Ignore Coverity false positive ORDER_REVERSAL issue
Also this is only test code. (cherry picked from commit 3f0291b)
1 parent 5df37e8 commit cfe59cd

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lib/acl_threadsupport/test/acl_threadsupport_test.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -387,6 +387,7 @@ void *waiter_func(void *ccv) {
387387
}
388388

389389
wait_count++;
390+
// coverity[lock_order : FALSE]
390391
acl_wait_condvar(cc);
391392

392393
acl_release_condvar(cc);

0 commit comments

Comments
 (0)