]> git.ipfire.org Git - thirdparty/squid.git/commit
Fix segmentation fault in ACLUrlPathStrategy::match
authorAmos Jeffries <squid3@treenet.co.nz>
Tue, 11 Nov 2014 04:55:56 +0000 (20:55 -0800)
committerAmos Jeffries <squid3@treenet.co.nz>
Tue, 11 Nov 2014 04:55:56 +0000 (20:55 -0800)
commit7e56b60231b7b60d11974075e85c45bb36411174
treeacb8580190924094023736e676050e947a04f455
parent8498c43777fcf610943d58bfe6e0ee9b107c9f64
Fix segmentation fault in ACLUrlPathStrategy::match

CONNECT requests do not contain a path segment. If tested with a
urlpath_regex ACL will crash Squid via xstrdup() NULL protection.
src/acl/UrlPath.cc