commit | 27f2dbbdfdb589bc5659cfdda2479c5fb47821fd | [log] [tgz] |
---|---|---|
author | Willy Tarreau <w@1wt.eu> | Tue Jun 27 15:47:56 2017 +0200 |
committer | Willy Tarreau <w@1wt.eu> | Tue Jun 27 15:47:56 2017 +0200 |
tree | 6584c52a0c3fb62278ced6debf09c7a9aff2af8e | |
parent | c73060687919fcadc5f1d767842c1762153854c1 [diff] |
BUG/MAJOR: frontend: don't dereference a null conn on outgoing connections Recently merged commit 0cfe388 ("MINOR: frontend: retrieve the ALPN name when available") assumed that the connection is always known in frontend_accept() which is not true for outgoing peers connections for example. No backport needed.