]> git.ipfire.org Git - thirdparty/squid.git/commit
Remove peerDigestFetchStop() and peerDigestFetchAbort() wrappers (#1869)
authorEduard Bagdasaryan <eduard.bagdasaryan@measurement-factory.com>
Thu, 8 Aug 2024 12:33:38 +0000 (12:33 +0000)
committerSquid Anubis <squid-anubis@squid-cache.org>
Thu, 8 Aug 2024 17:42:21 +0000 (17:42 +0000)
commit439deb5c81e60a2a11b4dae9aa845e642fd78fe1
tree31dca1e5496b26c533155b78ba4a124663b43a94
parenta18aabb2d94100cf303deea71e1216bcea2847d7
Remove peerDigestFetchStop() and peerDigestFetchAbort() wrappers (#1869)

These wrappers were left in recent commit f036532 to reduce noise. Now
we always call finishAndDeleteFetch() directly (instead of sometimes
going through those wrappers). The new function name helps reduce the
number of use-after-free bugs in this code.
src/peer_digest.cc