]> git.ipfire.org Git - thirdparty/squid.git/commit
Fix build on arm32 (#1108)
authorFrancesco Chemolli <kinkie@squid-cache.org>
Sun, 31 Jul 2022 21:32:19 +0000 (21:32 +0000)
committerSquid Anubis <squid-anubis@squid-cache.org>
Tue, 2 Aug 2022 21:42:23 +0000 (21:42 +0000)
commitc23885c1923c1b7d7fd6d503aa67d12d0254f629
treeaf1513a2b649d2c78deaca80bae0a6fc0c669f88
parent76ed29975b545600970d026c49b016e8fe952ab0
Fix build on arm32 (#1108)

On arm32, size_t and long are 32 bits in size, exposing these bugs.
src/security/PeerOptions.cc
src/tests/stub_libstore.cc