]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MINOR: quic: Wrong Initial packet connection initialization
authorFrédéric Lécaille <flecaille@haproxy.com>
Mon, 15 Nov 2021 15:21:40 +0000 (16:21 +0100)
committerFrédéric Lécaille <flecaille@haproxy.com>
Fri, 19 Nov 2021 13:37:35 +0000 (14:37 +0100)
commitf67b35620e9310f446923312ba0ce765359f8a47
tree1bf2c13cf724cbd5975b5f5170ef162c2f09cc5d
parentca98a7f9c01ec03b152dbb8de9e1e953e583caf8
MINOR: quic: Wrong Initial packet connection initialization

->qc (QUIC connection) member of packet structure were badly initialized
when received as second Initial packet (from picoquic -Q for instance).
This leaded to corrupt the quic_conn structure with random behaviors
as size effects. This bug came with this commit:
   "MINOR: quic: Possible wrong connection identification"
src/xprt_quic.c