]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MINOR: quic: unchecked qc_retrieve_conn_from_cid() returned value
authorFrédéric Lécaille <flecaille@haproxy.com>
Tue, 21 Dec 2021 13:48:58 +0000 (14:48 +0100)
committerFrédéric Lécaille <flecaille@haproxy.com>
Wed, 22 Dec 2021 16:27:51 +0000 (17:27 +0100)
commit4d118d6a8e90526179a7c1072951766c215d94f2
tree9d40456e81d7622898cde655436afeb3e48a713f
parent677b99dca7101b04f765b249310ed5e2fa8587dd
MINOR: quic: unchecked qc_retrieve_conn_from_cid() returned value

If qc_retrieve_conn_from_cid() did not manage to retrieve the connection
from packet CIDs, we must drop them.
src/xprt_quic.c