commit | e111b72805c382d0dac8bc6f1cf93be4c4ef5e34 | [log] [tgz] |
---|---|---|
author | Frédéric Lécaille <flecaille@haproxy.com> | Wed Jun 14 11:34:47 2023 +0200 |
committer | William Lallemand <wlallemand@haproxy.org> | Thu Jun 22 11:56:11 2023 +0200 |
tree | 1d14fab502e4e9e66c7f6a809a563da09b1bc083 | |
parent | d4a3892cb2b6f7ae1f2740f5da6a86bf2f53f2f9 [diff] |
BUG/MINOR: quic: Missing initialization (packet number space probing) ->tx.pto_probe member of quic_pktns struct was not initialized by quic_pktns_init(). This bug never occured because all quic_pktns structs are attached to quic_conn structs which are always pool_zalloc()'ed. Must be backported as far as 2.6. (cherry picked from commit d66896036a9da0333a73f062bda0eea1374dc4da) Signed-off-by: William Lallemand <wlallemand@haproxy.org>