commit | 12c169aaf0a09dfb9a3115acb3fafd9a248c5799 | [log] [tgz] |
---|---|---|
author | Frédéric Lécaille <flecaille@haproxy.com> | Thu Mar 10 10:00:36 2022 +0100 |
committer | Amaury Denoyelle <adenoyelle@haproxy.com> | Fri Mar 11 11:37:30 2022 +0100 |
tree | 41d0cd1a846fc5abe068f6cc11216dd18d78fa9c | |
parent | f293b6952140c7670c97beacbfe6c052b0fb92ed [diff] |
BUG/MINOR: quic: ACK_REQUIRED and ACK_RECEIVED flag collision This packet number space flags were defined with the same value because defined at different places in the file. Assemble them at the same location with different values. This bug could unvalidate the peer address after it was validated during the handshake leading to the anti-amplication limit to be enabled again after having been disabled. The situation could not be unblocked (deadlock).