commit | 6f9b003c2b6f885c7bda8a4cdc88404b05e19b61 | [log] [tgz] |
---|---|---|
author | Willy Tarreau <w@1wt.eu> | Thu Feb 02 17:06:13 2012 +0100 |
committer | Willy Tarreau <w@1wt.eu> | Thu Feb 02 17:53:37 2012 +0100 |
tree | a3e767e530e2f676dc377bbdb1540a3878a8e3f4 | |
parent | b7aeec6333d937ba452af2659db11230499113b4 [diff] |
BUG: fix double free in peers config error path If the local host is not found as a peer in a "peers" section, we have a double free, and possibly a use-after-free because the peers section is freed since it's aliased as the table's name.