]> git.ipfire.org Git - thirdparty/openssl.git/commit
Try to fix endless loops in quic_multistream_test
authorBernd Edlinger <bernd.edlinger@hotmail.de>
Sun, 23 Mar 2025 14:20:34 +0000 (15:20 +0100)
committerTomas Mraz <tomas@openssl.org>
Mon, 24 Mar 2025 19:20:14 +0000 (20:20 +0100)
commitad684e1a6a925c7fbadad7d309f0204f49e67105
tree84956b407a0ff6af103862db31909ef77c2e58fe
parent289dcbe008018b3cf81053cba2b36825a1f49b74
Try to fix endless loops in quic_multistream_test

The problem seem to be caused by syntax errors due to injected
OSSL_QUIC_FRAME_TYPE_PATH_CHALLENGE packets which are too short
by 8 bytes.

Reviewed-by: Neil Horman <nhorman@openssl.org>
Reviewed-by: Tomas Mraz <tomas@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/27089)
test/quic_multistream_test.c