]> git.ipfire.org Git - thirdparty/haproxy.git/commit
BUG/MINOR: mux_quic: prevent crash on qc_frm_free() with QMux
authorAmaury Denoyelle <adenoyelle@haproxy.com>
Fri, 24 Apr 2026 07:30:28 +0000 (09:30 +0200)
committerAmaury Denoyelle <adenoyelle@haproxy.com>
Fri, 24 Apr 2026 07:31:34 +0000 (09:31 +0200)
commitdde5c26eb10eafcd1bf6e5fa82fb885be26afd89
tree9a3ef33249dcfe369290b839c7182b0f6b5160bd
parent7c4eda5b574f4dc59012ea4a3c6e7615aec59539
BUG/MINOR: mux_quic: prevent crash on qc_frm_free() with QMux

qc_frm_free() is a helper used to clean up a QUIC frame object. It is
used by MUX layer both for QUIC and QMux protocols.

This function takes a pointer to the underlying quic_conn, used only for
trace purpose. This patch fixes its usage for QMux to ensure that in
this case a NULL value is used.

No need to backport.
src/mux_quic.c