]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MINOR: mux_quic: do not crash on unhandled QMux frame reception flx05/master
authorAmaury Denoyelle <adenoyelle@haproxy.com>
Thu, 21 May 2026 13:51:34 +0000 (15:51 +0200)
committerAmaury Denoyelle <adenoyelle@haproxy.com>
Thu, 21 May 2026 13:57:20 +0000 (15:57 +0200)
commit3fab21ea427dbb1dc3c45b9c3b8833dd0bc84941
treea095485670c1369d298003af92efc234a6cf5015
parentf9d4d659a478fb3dea73bca12261e32f892ea0b3
MINOR: mux_quic: do not crash on unhandled QMux frame reception

Completes qmux_parse_frm() to ensure every frames allowed by QMux
protocol are listed. For now, nothing is implemented except a CHECK_IF()
to report such events.

This is necessary to prevent a crash on abort. Frames not supported by
QMux should already have been rejected prior via qmux_is_frm_valid().
src/qcm_qmux.c