]> git.ipfire.org Git - thirdparty/squid.git/commit
Bug fix: HttpRequest::flags.intercepted, HttpRequest::flags.spoof_client_ip neve
authorChristos Tsantilas <chtsanti@users.sourceforge.net>
Wed, 23 Nov 2011 17:04:13 +0000 (19:04 +0200)
committerChristos Tsantilas <chtsanti@users.sourceforge.net>
Wed, 23 Nov 2011 17:04:13 +0000 (19:04 +0200)
commit304a61803899cfd55f596f38d18c44fba03534ab
tree9970a0e1b396aaa01bb6b4e6e2206a0257699be7
parentac89842b61a9ad09510650a07db780f1438db266
Bug fix: HttpRequest::flags.intercepted, HttpRequest::flags.spoof_client_ip neve
r set

The request_flags::intercepted,request_flags::spoof_client_ip are 1 bit integers
 so when you are try to set to an integer bigger than 1 will overflow and the
results will not be what you are expecting.
src/client_side.cc