]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MINOR: quic: handle all frame types on reception
authorAmaury Denoyelle <adenoyelle@haproxy.com>
Thu, 15 Feb 2024 13:42:54 +0000 (14:42 +0100)
committerAmaury Denoyelle <adenoyelle@haproxy.com>
Thu, 15 Feb 2024 16:07:24 +0000 (17:07 +0100)
commit80b82c2192368e022487390f928c84a25ca7cd79
treeb66dd2697ffb17236a59a63264a919ef65cee4fc
parent5a2aa8c1613eb83f3a7be7831a51869fe488e943
MINOR: quic: handle all frame types on reception

Ensure every frame types are handled in qc_parse_pkt_frms. Add an
ABORT_NOW on the default case. This is safe as an unknown frame must be
rejected prior via qc_parse_frm().
src/quic_rx.c