]> git.ipfire.org Git - thirdparty/openssl.git/commit
Correct copying of the url value
authorNeil Horman <nhorman@openssl.org>
Fri, 13 Dec 2024 13:54:49 +0000 (08:54 -0500)
committerNeil Horman <nhorman@openssl.org>
Sat, 11 Jan 2025 21:02:29 +0000 (16:02 -0500)
commitb2d8a5ea14a2869a9a9a134150c1ae95382f778f
tree1b805466cf2aa239e6cf7f263f984784e6a242ea
parente1ae65bfe4b93c236314fd46f98867a653d6ed5b
Correct copying of the url value

When setting up the url value we copy data from memory regions that
overlap, it leads to bogus output, correct that.

Reviewed-by: Matt Caswell <matt@openssl.org>
Reviewed-by: Tomas Mraz <tomas@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/26180)
demos/http3/ossl-nghttp3-demo-server.c