commit | 9d68c6aaf696c7080ee32beb3e1b07a4c1aa2378 | [log] [tgz] |
---|---|---|
author | Frédéric Lécaille <flecaille@haproxy.com> | Wed Apr 12 20:49:29 2023 +0200 |
committer | Frédéric Lécaille <flecaille@haproxy.com> | Thu Apr 13 19:20:08 2023 +0200 |
tree | d818c3f765526e442877dac6c317bdecbf567c59 | |
parent | 45bf1a82f1655e905a987a27909ba3aca76f660b [diff] |
BUG/MINOR: quic: Possible wrapped values used as ACK tree purging limit. Add two missing checks not to substract too big values from another too little one. In this case the resulted wrapped huge values could be passed to the function which has to remove the last range of a tree of ACK ranges as encoded limit size not to go below, cancelling the ACK ranges deletion. The consequence could be that no ACK were sent. Must be backported to 2.6 and 2.7.