]> git.ipfire.org Git - thirdparty/haproxy.git/commit
BUG/MAJOR: b_rew() must pass a signed offset to b_ptr()
authorWilly Tarreau <w@1wt.eu>
Thu, 31 May 2012 09:33:42 +0000 (11:33 +0200)
committerWilly Tarreau <w@1wt.eu>
Thu, 31 May 2012 09:33:42 +0000 (11:33 +0200)
commitab152a7eda8b0b3d18afcd23f202c60211dff638
tree18b3b30b7d6f724866e3affe8039c6b4a8da7a75
parentcde18fc1bac432c7625c702c5a3150692cfa5c90
BUG/MAJOR: b_rew() must pass a signed offset to b_ptr()

Commit 13e66da introduced b_rew() but passes -adv which is an unsigned
quantity on 64-bit platforms, causing the buffer to advance in the wrong
direction.

No backport is needed.
include/proto/buffers.h