]> git.ipfire.org Git - thirdparty/haproxy.git/commit
BUG/MINOR: flt-trace: Properly compute length of the first DATA block
authorChristopher Faulet <cfaulet@haproxy.com>
Wed, 11 Feb 2026 09:20:12 +0000 (10:20 +0100)
committerChristopher Faulet <cfaulet@haproxy.com>
Wed, 18 Feb 2026 08:44:15 +0000 (09:44 +0100)
commit92307b5fec40007b648d168fb08adc7fffe1ab44
tree7319f1b6af32e78d1223927332c82319f798c129
parentccb075fa1b85bec71de8e06fa8c24e88d0d4c395
BUG/MINOR: flt-trace: Properly compute length of the first DATA block

This bug is quite old. When the length of the first DATA block is computed,
the offset is used instead of the block length minus the offset. It is only
used with random forwarding and there is a test just after to prevent any
issue, so there is no effect.

It could be backported to all stable versions.
src/flt_trace.c