]> git.ipfire.org Git - thirdparty/openssl.git/commit
Don't fail on a bad dcid in the tranport params when fuzzing
authorMatt Caswell <matt@openssl.org>
Wed, 11 Oct 2023 09:45:14 +0000 (10:45 +0100)
committerMatt Caswell <matt@openssl.org>
Mon, 23 Oct 2023 09:08:12 +0000 (10:08 +0100)
commitb62ac1abfcac4091cdf8e5e4194c9e3bcc6d382d
treed0df037614b1a30fe91114e110676fb32c894c19
parentacee7d68e1037d18f34d03bcd70af6b1b6e48299
Don't fail on a bad dcid in the tranport params when fuzzing

We accept a bad original destination connection id in the transport params
while we are fuzzing since this may change every time.

Reviewed-by: Tomas Mraz <tomas@openssl.org>
Reviewed-by: Hugo Landau <hlandau@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/22368)
ssl/quic/quic_channel.c