commit | 7c564bfdd3498982b11669adbc4a99dcc04b5900 | [log] [tgz] |
---|---|---|
author | Amaury Denoyelle <adenoyelle@haproxy.com> | Mon Jan 24 11:04:05 2022 +0100 |
committer | Amaury Denoyelle <adenoyelle@haproxy.com> | Mon Jan 24 11:15:48 2022 +0100 |
tree | 99ca3175dc3a8692e47510f37bb8e6acf4ce1d18 | |
parent | 33ac346ba8862c15a92eea0f4a087c964c1e8de5 [diff] |
MINOR: ssl: fix build in release mode Fix potential null pointer dereference. In fact, this case is not possible, only a mistake in SSL ex-data initialization may cause it : either connection is set or quic_conn, which allows to retrieve the bind_conf. A BUG_ON was already present but this does not cover release build.