]> git.ipfire.org Git - thirdparty/haproxy.git/commit
BUG/MINOR: quic: fix segfault on trace for version negotiation
authorAmaury Denoyelle <adenoyelle@haproxy.com>
Thu, 18 Nov 2021 13:38:00 +0000 (14:38 +0100)
committerAmaury Denoyelle <adenoyelle@haproxy.com>
Fri, 19 Nov 2021 14:10:44 +0000 (15:10 +0100)
commited66b0f04a39581fcb0af314b57e19c3397c4714
tree8a9a6d60bf21fd3a15e596998e9694b858d4f0d2
parent56d3e1b0bd2d6083e8ac2bde50c799a74d7cf6bf
BUG/MINOR: quic: fix segfault on trace for version negotiation

When receiving Initial packets for Version Negotiation, no quic_conn is
instantiated. Thus, on the final trace, the quic_conn dereferencement
must be tested before using it.
src/xprt_quic.c