commit | 133e8a714617cc6e3be6c6f0164b0d6694372a80 | [log] [tgz] |
---|---|---|
author | Frédéric Lécaille <flecaille@haproxy.com> | Fri Dec 18 09:33:27 2020 +0100 |
committer | Willy Tarreau <w@1wt.eu> | Wed Dec 23 11:57:26 2020 +0100 |
tree | 34d5a0399d01ff33e8bf3e91d19a5ae87271155b | |
parent | f7e0b8d6ae191dc92779f6012e42bda10cf0b311 [diff] |
MINOR: quic: make a packet build fails when qc_build_frm() fails. Even if the size of frames built by qc_build_frm() are computed so that not to overflow a buffer, do not rely on this and always makes a packet build fails if we could not build a frame. Also add traces to have an idea where qc_build_frm() fails. Fixes a memory leak in qc_build_phdshk_apkt().