commit | 54f6a586cdb74883548d005accb8dfaf42d93c14 | [log] [tgz] |
---|---|---|
author | Willy Tarreau <w@1wt.eu> | Mon Feb 01 16:31:14 2010 +0100 |
committer | Willy Tarreau <w@1wt.eu> | Mon Feb 01 16:32:37 2010 +0100 |
tree | f817cc46f3df2ec156e1b3cdc2d83349a1f804f6 | |
parent | dc008c57a4445564e2added7c60a3f644b7001ec [diff] |
[BUG] config: reset check request to avoid double free when switching to ssl/sql SSL and SQL checks did only perform a free() of the request without replacing it, so having multiple SSL/SQL check declarations after another check type causes a double free condition during config parsing. This should be backported although it's harmless.