BUG/MINOR: quic: Unchecked pointer to Handshake packet number space
authorFrédéric Lécaille <flecaille@haproxy.com>
Tue, 5 Sep 2023 08:12:27 +0000 (10:12 +0200)
committerWilly Tarreau <w@1wt.eu>
Tue, 5 Sep 2023 09:38:33 +0000 (11:38 +0200)
commitaeb2f28ca76faf01b19273776ffaef19e811df2d
tree00336db7d0d07cfc36ef6765da46b78ac362755c
parent3afe54ed5b78646a5bcbda17ac8475031578a806
BUG/MINOR: quic: Unchecked pointer to Handshake packet number space

It is possible that there are still Initial crypto data in flight without
Handshake crypto data in flight. This is very rare but possible.

This issue was reported by handshakeloss interop test with quic-go as client
and @chipitsine in GH #2279.

No need to backport.
src/quic_tx.c