commit | 1e89acb6be9ba6400fe4defd3b6b2cc94c6667d9 | [log] [tgz] |
---|---|---|
author | Willy Tarreau <w@1wt.eu> | Wed Nov 26 13:24:24 2014 +0100 |
committer | Willy Tarreau <w@1wt.eu> | Wed Nov 26 13:36:22 2014 +0100 |
tree | 7a1907cf14caf8e48d8197e8f87563bdaf16b4cc | |
parent | bad3c6f1b6d776e5d9951a3b3054b4dce8922c54 [diff] |
BUG/MEDIUM: payload: ensure that a request channel is available Denys Fedoryshchenko reported a segfault when using certain sample fetch functions in the "tcp-request connection" rulesets despite the warnings. This is because some tests for the existence of the channel were missing. The fetches which were fixed are : - req.ssl_hello_type - rep.ssl_hello_type - req.ssl_sni This fix must be backported to 1.5. (cherry picked from commit 83f2592bcd2e186beeabcba16be16faaab82bd39)