]> git.ipfire.org Git - thirdparty/squid.git/commit
Bug 4164: SEGFAULT when %W formating code used in errorpages
authorChristos Tsantilas <chtsanti@users.sourceforge.net>
Tue, 16 Dec 2014 17:55:04 +0000 (19:55 +0200)
committerChristos Tsantilas <chtsanti@users.sourceforge.net>
Tue, 16 Dec 2014 17:55:04 +0000 (19:55 +0200)
commit98340a7b8aeafac88486185909cb35d8e12830f8
treebc37f458acecda4221c89c43cca492834dee11d0
parent65c9d79ad356380fa61f70b18fbf0f0a93a525ac
Bug 4164: SEGFAULT when %W formating code used in errorpages

Squid will crash inside ErrorState::Dump if not authentication configured for
squid. In this case ErrorState::auth_user_request is NULL and trying to access
a method of this object will cause segfault to squid.
src/errorpage.cc