]> git.ipfire.org Git - thirdparty/openssl.git/commit
http_server.c: fix checks of error return code in http_server_init()
authorDavid von Oheimb <dev@ddvo.net>
Wed, 31 Jul 2024 17:32:44 +0000 (19:32 +0200)
committerTomas Mraz <tomas@openssl.org>
Thu, 26 Sep 2024 08:00:14 +0000 (10:00 +0200)
commitc61b3ae4221bc82bf880ac9702f9c5f30da1a17e
tree869aad7ac1b12b8b557e26e54cb65fd83e0bf452
parenta90af2692bf35cb6bb032981f5e5911ec6b673d2
http_server.c: fix checks of error return code in http_server_init()

Reviewed-by: Viktor Dukhovni <viktor@openssl.org>
Reviewed-by: Tomas Mraz <tomas@openssl.org>
Reviewed-by: Neil Horman <nhorman@openssl.org>
Reviewed-by: Paul Dale <ppzgs1@gmail.com>
(Merged from https://github.com/openssl/openssl/pull/25533)

(cherry picked from commit 755dca7b02cab01c228cd4ace3a254fec0a055eb)
apps/lib/http_server.c