]> git.ipfire.org Git - thirdparty/openssl.git/commit
Stop the quicserver if the handshake or receiving the request fails
authorMatt Caswell <matt@openssl.org>
Mon, 30 Oct 2023 16:30:35 +0000 (16:30 +0000)
committerTomas Mraz <tomas@openssl.org>
Wed, 1 Nov 2023 11:11:45 +0000 (12:11 +0100)
commitddf84fc47e3a01047e2a4001289143cc689eed84
tree7603c6052510863ed82cb4eb67c0773d3f6057c1
parentdfb26e03c26b9234d04cb9fcaf6391d6bfb44dc4
Stop the quicserver if the handshake or receiving the request fails

Previously we entered an infinite loop if these things failed.

Reviewed-by: Paul Dale <pauli@openssl.org>
Reviewed-by: Tomas Mraz <tomas@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/22557)
util/quicserver.c