]> git.ipfire.org Git - thirdparty/openssl.git/commit
Correctly keep track of where we are in the quicserver request buffer
authorMatt Caswell <matt@openssl.org>
Thu, 27 Jul 2023 14:33:04 +0000 (15:33 +0100)
committerMatt Caswell <matt@openssl.org>
Wed, 2 Aug 2023 14:07:07 +0000 (15:07 +0100)
commit747b51f48338e3b7e53d0b7a87002edefc7e8439
tree457b08b02f4e7d10d56646e305572b9836130e64
parentc31f06120fa8411da3cd779dfe881325204745ac
Correctly keep track of where we are in the quicserver request buffer

If the request comes in in multiple chunks properly keep tract of where
we are.

Reviewed-by: Tomas Mraz <tomas@openssl.org>
Reviewed-by: Hugo Landau <hlandau@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/21578)
util/quicserver.c