]> git.ipfire.org Git - thirdparty/haproxy.git/commit
BUG/MINOR: quic: Wrong datagram dispatch because of qc_check_dcid()
authorFrédéric Lécaille <flecaille@haproxy.com>
Mon, 13 Feb 2023 15:14:24 +0000 (16:14 +0100)
committerFrédéric Lécaille <flecaille@haproxy.com>
Mon, 13 Feb 2023 15:14:24 +0000 (16:14 +0100)
commit07846cbda87f5f7c8e2324a333422fc9bbf048e6
treec2d288fb2572b83b51694745423ef93ea480345e
parent25e36bfc228e8398171551f8c12fec29dcad0eae
BUG/MINOR: quic: Wrong datagram dispatch because of qc_check_dcid()

There was a parenthesis placed in the wrong place for a memcmp().
As a consequence, clients could not reuse a UDP address for a new connection.

Must be backported to 2.7.
src/quic_conn.c