]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MINOR: h3: use BUG_ON() on missing request start-line
authorAmaury Denoyelle <adenoyelle@haproxy.com>
Tue, 17 Jun 2025 08:25:30 +0000 (10:25 +0200)
committerAmaury Denoyelle <adenoyelle@haproxy.com>
Tue, 17 Jun 2025 09:39:35 +0000 (11:39 +0200)
commitf972f7d9e925a92b64da42ebae1022cd65ac0996
treea7abd928c1c90dce8f5726578bb9e709e820a286
parent2284aa0d6afd4066b2de0ac225cdf7e6163d0405
MINOR: h3: use BUG_ON() on missing request start-line

Convert BUG_ON_HOT() statements to BUG_ON() if HTX start-line is either
missing or duplicated when transcoding into a HTTP/3 request. This
ensures that such abnormal conditions will be detected even on default
builds.

This is linked to coverity report #3008.
src/h3.c