]> git.ipfire.org Git - thirdparty/squid.git/commit - src/acl/DestinationIp.cc
Bug #1394: invalid host is processed as IP 255.255.255.255
authorserassio <>
Sat, 24 Sep 2005 20:41:50 +0000 (20:41 +0000)
committerserassio <>
Sat, 24 Sep 2005 20:41:50 +0000 (20:41 +0000)
commit656393e2e3e32176dc5c844f989a27feebd99208
tree9722b3ac1daf1f6e19f8a182c0b8d253a6668739
parent03a7f16a280d29dafcf26097dd7517481d29a80d
Bug #1394: invalid host is processed as IP 255.255.255.255

this patch changes acl processing to not match dst acls if the
destination IP is not known instead of matching as the invalid IP
255.255.255.255.

Forward port of 2.5 patch.
src/ACLDestinationIP.cc