This is an automated email from the ASF dual-hosted git repository.
zwoop pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/trafficserver.git
The following commit(s) were added to refs/heads/master by this push:
new 4a0bdba74f Ignore coverity issue 1545918 in rate_limit (#11379)
4a0bdba74f is described below
commit 4a0bdba74f2e110e8457acfb26a16abc399cb678
Author: Leif Hedstrom <[email protected]>
AuthorDate: Wed May 22 21:05:36 2024 -0600
Ignore coverity issue 1545918 in rate_limit (#11379)
---
plugins/experimental/rate_limit/limiter.cc | 1 +
1 file changed, 1 insertion(+)
diff --git a/plugins/experimental/rate_limit/limiter.cc
b/plugins/experimental/rate_limit/limiter.cc
index f51f5e9de9..2ae2a00d6e 100644
--- a/plugins/experimental/rate_limit/limiter.cc
+++ b/plugins/experimental/rate_limit/limiter.cc
@@ -36,6 +36,7 @@ static const char *suffixes[] = {
void
BucketManager::refill_thread()
{
+ // coverity[missing_lock]
while (_running) {
auto startTime = std::chrono::steady_clock::now();