commit | ec3750c59068f1ac2c226c33b7e424f1151d49d3 | [log] [tgz] |
---|---|---|
author | Willy Tarreau <w@1wt.eu> | Wed Sep 05 19:00:20 2018 +0200 |
committer | Willy Tarreau <w@1wt.eu> | Wed Sep 05 20:01:14 2018 +0200 |
tree | 63d06fec9e12ba1fe1b66b436c777b8361da855a | |
parent | a0d11b6fd5b6cec3af9a70e38895a665a666ae80 [diff] |
BUG/MAJOR: buffer: fix incorrect check in __b_putblk() This function was split in two at commit f7d0447 ("MINOR: buffers: split b_putblk() into __b_putblk()") but it's wrong, the first half's length is not adjusted to the requested size so it copies more than desired. This is purely 1.9-specific, no backport is needed.