commit | 6d6ddb2ce58807b8defb0b38d9d524b958278ce4 | [log] [tgz] |
---|---|---|
author | Frédéric Lécaille <flecaille@haproxy.com> | Mon May 15 17:40:00 2023 +0200 |
committer | Willy Tarreau <w@1wt.eu> | Wed May 24 16:30:11 2023 +0200 |
tree | dd930d70aa79adfc004e64c8eeaedaf478e394ac | |
parent | aaf32f0c83750f4157e0deba6905361f549d3781 [diff] |
BUG/MINOR: quic: Wrong token length check (quic_generate_retry_token()) This bug would never occur because the buffer supplied to quic_generate_retry_token() to build a Retry token is large enough to embed such a token. Anyway, this patch fixes quic_generate_retry_token() implementation. There were two errors: this is the ODCID which is added to the token. Furthermore the timestamp was not taken into an account. Must be backported to 2.6 and 2.7.