]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MINOR: quic: Possible overflow in qpack_get_varint()
authorFrédéric Lécaille <flecaille@haproxy.com>
Wed, 2 Feb 2022 13:56:23 +0000 (14:56 +0100)
committerAmaury Denoyelle <adenoyelle@haproxy.com>
Mon, 14 Feb 2022 14:20:54 +0000 (15:20 +0100)
commit6842485a84c702dc2250b1d918c05799ff0f2a63
tree0d5dcc45278a83b762ccc0fdc54c92acbfcf140b
parentce2ecc96433272f41ad8b50d799e510d201c9fe8
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.
src/qpack-dec.c