haproxy/include
Christopher Faulet 48fa033f28 BUG/MINOR: chunk: Fix tests on the chunk size in functions copying data
When raw data are copied or appended in a chunk, the result must not exceed the
chunk size but it can reach it. Unlike functions to copy or append a string,
there is no terminating null byte.

This patch must be backported as far as 1.8. Note in 1.8, the functions
chunk_cpy() and chunk_cat() don't exist.
2019-10-14 16:45:09 +02:00
..
common BUG/MINOR: chunk: Fix tests on the chunk size in functions copying data 2019-10-14 16:45:09 +02:00
import BUILD: threads/plock: fix a build issue on Clang without optimization 2017-11-20 21:06:35 +01:00
proto BUG/MINOR: ssl: fix build without SSL 2019-10-14 11:24:17 +02:00
types MINOR: ssl: load the ocsp in/from the ckch 2019-10-11 17:32:03 +02:00