From 28c99a3f5feabc0d256e14d86ef1bf3452a91f0d Mon Sep 17 00:00:00 2001 From: Pritha Srivastava Date: Thu, 7 Aug 2025 10:39:10 +0530 Subject: [PATCH] rgw/d4n: comment to suppress false positive flagged by coverity Signed-off-by: Pritha Srivastava --- src/rgw/rgw_ssd_driver.cc | 1 + 1 file changed, 1 insertion(+) diff --git a/src/rgw/rgw_ssd_driver.cc b/src/rgw/rgw_ssd_driver.cc index 37f3d308bdb5c..51b7007d6cee4 100644 --- a/src/rgw/rgw_ssd_driver.cc +++ b/src/rgw/rgw_ssd_driver.cc @@ -516,6 +516,7 @@ auto SSDDriver::get_async(const DoutPrefixProvider *dpp, const Executor& ex, con auto ec = boost::system::error_code{-ret, boost::system::system_category()}; ceph::async::post(std::move(p), ec, bufferlist{}); } else { + // coverity[leaked_storage:SUPPRESS] (void)p.release(); } }, token, dpp, ex, key, read_ofs, read_len); -- 2.39.5