]> git.ipfire.org Git - thirdparty/squid.git/commit
Bug #1708: Ports in ACL accepts characters and out of range
authorserassio <>
Sat, 26 Aug 2006 17:38:56 +0000 (17:38 +0000)
committerserassio <>
Sat, 26 Aug 2006 17:38:56 +0000 (17:38 +0000)
commit5020fbcb1772a7528635bca8d00a9d35a87b2516
treed2f860be05dd1a5b09c9264f73c96eff6e21f3a7
parent5401aa8d1e6d66c1445a6602d121cfc6d4b96a94
Bug #1708: Ports in ACL accepts characters and out of range

- Renamed aclParseIntRange() to aclParsePortRange()
- Added check on numeric value
- Added check if range is ascending
- Also fixed a dump error

Forward port of a 2.6 patch.
src/ACLIntRange.cc