MINOR: quic: Add TX packets at the very last time to their tree.
authorFrédéric Lécaille <flecaille@haproxy.com>
Mon, 19 Jul 2021 12:48:36 +0000 (14:48 +0200)
committerAmaury Denoyelle <adenoyelle@haproxy.com>
Thu, 23 Sep 2021 13:27:25 +0000 (15:27 +0200)
commit0eb60c5b4d95ce471f207b279a1f4de13df76aa5
tree87cfead1fad07a67584f12066a1a4cb8f821a086
parentb095252a232361469275c1fda665b6d00d529f6e
MINOR: quic: Add TX packets at the very last time to their tree.

If we add TX packets to their trees before sending them, they may
be detected as lost before being sent. This may make haproxy crash
when it retreives the prepared packets from TX ring buffers, dereferencing
them after they have been freed.
src/xprt_quic.c