BUG/MINOR: quic: Possible leak during probing retransmissions
authorFrédéric Lécaille <flecaille@haproxy.com>
Mon, 24 Apr 2023 09:20:32 +0000 (11:20 +0200)
committerFrédéric Lécaille <flecaille@haproxy.com>
Mon, 24 Apr 2023 09:38:28 +0000 (11:38 +0200)
commitc6bec2a3afdd537a617fbd9e1ae88a50f81f689d
treeff9525b40c86a7f0f88f82890bedecde1587006a
parentce0bb338c67386f3da2f3ba1329714ac6272b7d5
BUG/MINOR: quic: Possible leak during probing retransmissions

qc_dgrams_retransmit() prepares two list of frames to be retransmitted into
two datagrams. If the first datagram could not be sent, the TX buffer will
be purged with the prepared packet and its frames, but this was not the case for
the second list of frames.

Must be backported in 2.7.
src/quic_conn.c