]> git.ipfire.org Git - thirdparty/haproxy.git/commit
BUG/MEDIUM: buffer: one byte miss in buffer free space check
authorThierry FOURNIER <tfournier@exceliance.fr>
Tue, 10 Mar 2015 00:55:01 +0000 (01:55 +0100)
committerWilly Tarreau <w@1wt.eu>
Tue, 10 Mar 2015 09:17:54 +0000 (10:17 +0100)
commitfdda6777bffb4f933569c609ba54e24ea5eabf29
treeb4de58954e9a879564eef4611e5ad36497dee5e5
parent463119ccc115e5b671ab02e425f1542578263b3d
BUG/MEDIUM: buffer: one byte miss in buffer free space check

Space is not avalaible only if the end of the data inserted
is strictly greater than the end of buffer. If these two value
are equal, the space is avamaible.
src/buffer.c