]> git.kaiwu.me - haproxy.git/commit
BUG/MINOR: quic: fix potential null dereference
authorAmaury Denoyelle <adenoyelle@haproxy.com>
Thu, 23 Dec 2021 15:27:56 +0000 (16:27 +0100)
committerAmaury Denoyelle <adenoyelle@haproxy.com>
Thu, 23 Dec 2021 15:32:19 +0000 (16:32 +0100)
commitc6fab98f9b6a9c3d416145cee9cb31f1882d6add
treec2f3e57cb2508030ec5787d31cfc6c12895ad828
parent76f47caacc8989aec01ccf16a676cfa863f4c966
BUG/MINOR: quic: fix potential null dereference

This is not a real issue because found_in_dcid can not be set if qc is
NULL.
src/xprt_quic.c