]> git.ipfire.org Git - thirdparty/haproxy.git/commit
BUILD: quic: Variable name typo inside a BUG_ON().
authorFrederic Lecaille <flecaille@haproxy.com>
Mon, 5 Feb 2024 13:31:21 +0000 (14:31 +0100)
committerFrederic Lecaille <flecaille@haproxy.com>
Mon, 5 Feb 2024 13:31:21 +0000 (14:31 +0100)
commit59acb27001ab225aff7e7d1b24f25e0e17b18ff3
tree172fd18be063b45f10e6e656a5f342197a7d70b8
parent0ce61d2f6ddc0232226d135fdfd28b7ad3dfcc0f
BUILD: quic: Variable name typo inside a BUG_ON().

This build issued was introduced by this previous commit which is a bugfix:

   BUG/MINOR: quic: Wrong ack ranges handling when reaching the limit.

A BUG_ON() referenced <fist> variable in place of <first>.

Must be backported as far as 2.6 as the previous commit.
src/quic_ack.c