BUG/MINOR: h3: fix crash due to h3 traces
authorAmaury Denoyelle <adenoyelle@haproxy.com>
Tue, 31 Jan 2023 15:01:22 +0000 (16:01 +0100)
committerAmaury Denoyelle <adenoyelle@haproxy.com>
Tue, 31 Jan 2023 15:08:33 +0000 (16:08 +0100)
commite31867b7facd54edf0b667bfb3e8d2dede50d86c
tree69c7afa561b49984b93ea5401af5be93ecad4929
parent222e5a260bea5de940db2fd6cf19da2176ac8934
BUG/MINOR: h3: fix crash due to h3 traces

First H3 traces argument must be a connection instance or a NULL. Some
new traces were added recently with a qcc instance which caused a crash
when traces are activated.

This trace was added by the following patch :
    87f8766d3fbd10f9e8bf4902d37712612db64df5
    BUG/MEDIUM: h3: handle STOP_SENDING on control stream

This must be backported up to 2.6 along with the above patch.
src/h3.c