]> git.kaiwu.me - haproxy.git/commit
[BUG] fix crash when no cookie is set on server
authorWilly Tarreau <w@1wt.eu>
Fri, 2 Feb 2007 21:14:47 +0000 (22:14 +0100)
committerWilly Tarreau <w@1wt.eu>
Fri, 2 Feb 2007 21:14:47 +0000 (22:14 +0100)
commit92f2ab1b1fa2408d2421b28ed35678d4028dc1de
tree7f173ab33280a09cea4eb9879127b068278b1c57
parent4266a36c5a263adeb51f8dc0cacec0d7f2aeeee7
[BUG] fix crash when no cookie is set on server

In cookie prefix or rewrite modes, if the elected server had no
cookie, a NULL pointer was passed to the rewrite function, causing
a SIGSEGV.
src/proto_http.c