commit | 7d61a339216639a77361b9f41c9ac195fecf4897 | [log] [tgz] |
---|---|---|
author | Dragan Dosen <ddosen@haproxy.com> | Tue May 07 14:16:18 2019 +0200 |
committer | Willy Tarreau <w@1wt.eu> | Tue May 07 14:56:59 2019 +0200 |
tree | 81a4f55aa3681c3a45b2950afde95b59b7ae0f25 | |
parent | eaa45550032be56c26ba7772599336f66975b06d [diff] |
BUG/MEDIUM: stick-table: fix regression caused by a change in proxy struct In commit 1b8e68e ("MEDIUM: stick-table: Stop handling stick-tables as proxies."), the ->table member of proxy struct was replaced by a pointer that is not always checked and in some situations can cause a segfault, eg. during reload or while using "show table" on CLI socket. No backport is needed.