commit | af5138fd0725a917956a7b85df9ac74f11984ceb | [log] [tgz] |
---|---|---|
author | Willy Tarreau <w@1wt.eu> | Fri Aug 05 10:09:32 2022 +0200 |
committer | Willy Tarreau <w@1wt.eu> | Fri Aug 05 10:31:29 2022 +0200 |
tree | d9666208ae6893181f711c3b0a12397a50e8f4b6 | |
parent | 53bfab080c124181e555f1c8b1f150d673847738 [diff] |
BUG/MINOR: quic: do not reject datagrams matching minimum permitted size The dgram length check in quic_get_dgram_dcid() rejects datagrams matching exactly the minimum allowed length, which doesn't seem correct. I doubt any useful packet would be that small but better fix this to avoid confusing debugging sessions in the future. This might be backported to 2.6.