commit | b2b279464c5c0f3dfadf02333e06eb0ae8ae8793 | [log] [tgz] |
---|---|---|
author | Christopher Faulet <cfaulet@haproxy.com> | Mon Feb 26 10:47:03 2018 +0100 |
committer | Willy Tarreau <w@1wt.eu> | Tue Feb 27 15:45:03 2018 +0100 |
tree | caa0ac16f9beabecdc0990b2813ad16f1585f332 | |
parent | 35a62705df65632e2717ae0d20a93e0cb3f8f163 [diff] |
BUG/MEDIUM: buffer: Fix the wrapping case in bo_putblk When the block of data need to be split to support the wrapping, the start of the second block of data was wrong. We must be sure to skip data copied during the first memcpy. This patch must be backported to 1.8, 1.7, 1.6 and 1.5.