BUG/MINOR: quic: Missing initialization (packet number space probing)
authorFrédéric Lécaille <flecaille@haproxy.com>
Wed, 14 Jun 2023 09:34:47 +0000 (11:34 +0200)
committerFrédéric Lécaille <flecaille@haproxy.com>
Wed, 14 Jun 2023 09:35:22 +0000 (11:35 +0200)
commitd66896036a9da0333a73f062bda0eea1374dc4da
tree35526e2ec15983648dd25b455ce4bda561a488ae
parent4e17a3f5b1b5dca98efba5337274f3f719da2789
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.
include/haproxy/quic_conn.h