]> git.ipfire.org Git - thirdparty/squid.git/commit
Fix debugging of Eui48::lookup() problems (#2211)
authorJoshua Rogers <MegaManSec@users.noreply.github.com>
Tue, 9 Sep 2025 04:00:06 +0000 (04:00 +0000)
committerSquid Anubis <squid-anubis@squid-cache.org>
Tue, 9 Sep 2025 04:00:12 +0000 (04:00 +0000)
commit8f569b9827c3142f86a501b8b847312753698fdd
tree56d73d36b9669ade9db05b88591df7f3b0b7a85a
parent80b0bdd653c4621dcf6a09192dab61c072171ae6
Fix debugging of Eui48::lookup() problems (#2211)

arpReq.arp_ha.sa_data is not a null-terminated buffer.
Log meaningful data: the sa_family which caused the log.
src/eui/Eui48.cc