commit | 02df7740fbb5bf55113d9082a237158e26751eea | [log] [tgz] |
---|---|---|
author | Willy Tarreau <w@1wt.eu> | Fri May 01 19:59:56 2015 +0200 |
committer | Willy Tarreau <w@1wt.eu> | Fri May 01 20:05:25 2015 +0200 |
tree | f345f58132669228d93882d1de5a542f547e3dc4 | |
parent | 0f228a037a3565c83309dc9c0e2e546f94c17e8a [diff] |
BUG/MINOR: config: clear proxy->table.peers.p for disabled proxies If a table in a disabled proxy references a peers section, the peers name is not resolved to a pointer to a table, but since it belongs to a union, it can later be dereferenced. Right now it seems it cannot happen, but it definitely will after the pending changes. It doesn't cost anything to backport this into 1.5, it will make gdb sessions less head-scratching.