]> git.ipfire.org Git - thirdparty/haproxy.git/commit
BUG/MINOR: mux-h1: Fix conditions on pipe in some COUNT_IF()
authorChristopher Faulet <cfaulet@haproxy.com>
Thu, 24 Oct 2024 07:50:15 +0000 (09:50 +0200)
committerChristopher Faulet <cfaulet@haproxy.com>
Thu, 24 Oct 2024 07:50:16 +0000 (09:50 +0200)
commitc91745e3a47f8f44dd45409e67a2c65bc2b3f295
tree1023dc00c0c541b87c14439dce39eb373e2eff7a
parent7e60928c9ce71d067019ee68f65ede4622e73b0a
BUG/MINOR: mux-h1: Fix conditions on pipe in some COUNT_IF()

The previous commit contains a bug in some COUNT_IF() relying on the pipe
inside the IOBUF. We must take care to have a pipe before checking its size.

No backport needed.
src/mux_h1.c