]> git.ipfire.org Git - thirdparty/squid.git/commit
Do not allow client_ip_max_connections+1 connections (#2168)
authorJoshua Rogers <MegaManSec@users.noreply.github.com>
Mon, 8 Sep 2025 14:43:54 +0000 (14:43 +0000)
committerSquid Anubis <squid-anubis@squid-cache.org>
Mon, 8 Sep 2025 14:55:58 +0000 (14:55 +0000)
commit059faae39c9f19885fea4bf6e3b2b52c8c127b89
treea2ba1208b983580f5c98aaea9782e57f0b524037
parentd58e6492a952c0d21a921270ca03e7efa3f1f7d2
Do not allow client_ip_max_connections+1 connections (#2168)

Previously, setting client_ip_max_connections to a non-negative N would
allow N+1 client connections, due to an off-by-one error.
doc/release-notes/release-8.sgml.in
src/comm/TcpAcceptor.cc