]> git.ipfire.org Git - thirdparty/squid.git/commit
Fix -Wsign-compare on arm32 (#2432) auto master
authorFrancesco Chemolli <5175948+kinkie@users.noreply.github.com>
Tue, 2 Jun 2026 20:53:07 +0000 (20:53 +0000)
committerSquid Anubis <squid-anubis@squid-cache.org>
Thu, 4 Jun 2026 01:45:42 +0000 (01:45 +0000)
commit2c89b9b4054ad14ea191bc7cd35f969feba8df53
tree444c87247698f88d541a9cd74496b8806ae1360e
parentd808a7c825a70275113790471135c9c4d547ee51
Fix -Wsign-compare on arm32 (#2432)

Due to ssize_t differences on 32/64 bit platforms, changes
to peerDigestSwapInMask in commit 556b91a8a7 cause
signedness comparison errors.
Refactor to be safe both on 32- and 64-bit platforms
src/peer_digest.cc