]> git.ipfire.org Git - thirdparty/openssl.git/commit
OSSL_HTTP_get(): Reset redirection_url in each iteration
authorTomas Mraz <tomas@openssl.org>
Fri, 16 May 2025 10:04:38 +0000 (12:04 +0200)
committerDr. David von Oheimb <dev@ddvo.net>
Wed, 4 Jun 2025 10:34:53 +0000 (12:34 +0200)
commit58a47259742da3044aa8b164efebac03cb5af3ef
tree37de78466511b5402b05c72bb25a5210dadb521a
parentbdd0c198871fe3e66b7fbcb643e8a3134e4683c3
OSSL_HTTP_get(): Reset redirection_url in each iteration

Also remove some dead assignments.
Fixes #27629

Reviewed-by: David von Oheimb <david.von.oheimb@siemens.com>
Reviewed-by: Saša Nedvědický <sashan@openssl.org>
Reviewed-by: Neil Horman <nhorman@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/27637)
crypto/http/http_client.c