]> git.ipfire.org Git - thirdparty/squid.git/commit
Fix configure parsing IP/domain directives
authorAmos Jeffries <squid3@treenet.co.nz>
Tue, 10 Sep 2013 07:34:29 +0000 (01:34 -0600)
committerAmos Jeffries <squid3@treenet.co.nz>
Tue, 10 Sep 2013 07:34:29 +0000 (01:34 -0600)
commit40919b6eac3cd2b110c7ae9c59949ef96f6c66a1
tree9d0317df5ba4b40821b1f382d5fccd835748df49
parent66dd74e79dd9325151c786db55b3095d7d81d280
Fix configure parsing IP/domain directives

Squid would semi-silently accept invalid IP address or hostname in some
directives which required them (eg wccp_router) and use the magic
IP_ANYADDR value. This change makes configure halt with a FATAL error
instead.

 Detected by Coverity Scan. Issue 1057286.
src/cache_cf.cc