]> git.ipfire.org Git - thirdparty/haproxy.git/commit
BUG/MEDIUM: quic: Possible crash with released mux
authorFrédéric Lécaille <flecaille@haproxy.com>
Wed, 20 Apr 2022 13:59:07 +0000 (15:59 +0200)
committerAmaury Denoyelle <adenoyelle@haproxy.com>
Thu, 21 Apr 2022 13:27:33 +0000 (15:27 +0200)
commit89a2ceb1fba7ea59589cb63df143ac31804a0306
tree92dcfb37bb34e915409fa750a1e2d9538dfa6282
parent85c0ff5987d45bb5dc03fdcbee2f64407792a59f
BUG/MEDIUM: quic: Possible crash with released mux

It is possible the xprt layer have to process retransmitted STREAM frames after
the mux was released. In this case, there is no need to try to wake it up.
src/xprt_quic.c