commit | 6842485a84c702dc2250b1d918c05799ff0f2a63 | [log] [tgz] |
---|---|---|
author | Frédéric Lécaille <flecaille@haproxy.com> | Wed Feb 02 14:56:23 2022 +0100 |
committer | Amaury Denoyelle <adenoyelle@haproxy.com> | Mon Feb 14 15:20:54 2022 +0100 |
tree | 0d5dcc45278a83b762ccc0fdc54c92acbfcf140b | |
parent | ce2ecc96433272f41ad8b50d799e510d201c9fe8 [diff] |
MINOR: quic: Possible overflow in qpack_get_varint() This should fix CID 375051 in GH 1536 where a signed integer expression (1 << bit) which could overflow was compared to a uint64_t.