commit | 1aa57d32bbe2f4bb8d1af4de4ff8777afcfafd7b | [log] [tgz] |
---|---|---|
author | Frédéric Lécaille <flecaille@haproxy.com> | Wed Jan 12 09:46:02 2022 +0100 |
committer | Frédéric Lécaille <flecaille@haproxy.com> | Wed Jan 12 09:49:49 2022 +0100 |
tree | 5475db465a0e9847da6f729e3eac7fbd0dd1a3d3 | |
parent | aab8d255bc0fcbcc50884a4be4f69598ee08fe73 [diff] |
MINOR: quic: Do not dereference ->conn quic_conn struct member ->conn quic_conn struct member is a connection struct object which may be released from several places. With this patch we do our best to stop dereferencing this member as much as we can.