]> git.ipfire.org Git - thirdparty/squid.git/commit
pinger: Echo all received bytes on Windows icmp_sock (#2210)
authorJoshua Rogers <MegaManSec@users.noreply.github.com>
Sat, 25 Oct 2025 15:08:41 +0000 (15:08 +0000)
committerSquid Anubis <squid-anubis@squid-cache.org>
Sat, 25 Oct 2025 15:10:11 +0000 (15:10 +0000)
commitb8af615ec19bd7fcb92312b095802a227aa31633
treeb763413726e59ba5873d5d4b841959b513d55cea
parentcc3d750eb3c02e3eec86e40d364da214cf05c967
pinger: Echo all received bytes on Windows icmp_sock (#2210)

Avoids OOB read by strlen().
src/icmp/IcmpPinger.cc