commit | 7deb28ce6510bbc764eddd4e381cb7268792254a | [log] [tgz] |
---|---|---|
author | Willy Tarreau <w@1wt.eu> | Mon May 10 07:40:27 2021 +0200 |
committer | Willy Tarreau <w@1wt.eu> | Mon May 10 07:40:27 2021 +0200 |
tree | 03683a4ace229f1cad4d7d5339c1b6722f80cbca | |
parent | 714f28ceef368e24c35d40989738f74a057184ae [diff] |
BUG/MEDIUM: quic: fix null deref on error path in qc_conn_init() When ctx is NULL, we go to the "err" label, which could dereference it. No backport is needed.