commit | 35218c6357b441142b2af19e31c8991a28b97075 | [log] [tgz] |
---|---|---|
author | Frédéric Lécaille <flecaille@haproxy.com> | Thu Feb 16 11:40:11 2023 +0100 |
committer | Amaury Denoyelle <adenoyelle@haproxy.com> | Fri Feb 17 17:36:30 2023 +0100 |
tree | 996f3d97ce1b4717c451b994540c1e39b03796c2 | |
parent | 8f7d22406cf35745708171dda8fa712d78a029ca [diff] |
BUG/MINOR: quic: Do not drop too small datagrams with Initial packets When receiving an Initial packet a peer must drop it if the datagram is smaller than 1200. Before this patch, this is the entire datagram which was dropped. In such a case, drop the packet after having parsed its length. Must be backported to 2.6 and 2.7