]> git.ipfire.org Git - thirdparty/knot-resolver.git/commit
daemon/quic nit: restrict length of cid
authorVladimír Čunát <vladimir.cunat@nic.cz>
Fri, 24 Jul 2026 08:48:20 +0000 (10:48 +0200)
committerVladimír Čunát <vladimir.cunat@nic.cz>
Fri, 24 Jul 2026 09:20:35 +0000 (11:20 +0200)
commitc2ac2b04f42187c8de4eabb2c8ea1ebbe427f4d2
tree482192d750ef3a70bc3dce9b16dbe967223965d2
parent20c61bc9fad09b54d6ea0673a36cef3eb0123fc8
daemon/quic nit: restrict length of cid

The ngtcp2_cid_init() docs say that we must not pass more.
Fortunately, these cases were unreachable from current code.

scan.coverity.com noticed this with ID 651670
daemon/quic_common.c