BUG/MAJOR: frontend: don't dereference a null conn on outgoing connections
authorWilly Tarreau <w@1wt.eu>
Tue, 27 Jun 2017 13:47:56 +0000 (15:47 +0200)
committerWilly Tarreau <w@1wt.eu>
Tue, 27 Jun 2017 13:47:56 +0000 (15:47 +0200)
commit27f2dbbdfdb589bc5659cfdda2479c5fb47821fd
tree6584c52a0c3fb62278ced6debf09c7a9aff2af8e
parentc73060687919fcadc5f1d767842c1762153854c1
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.
src/frontend.c