]> git.ipfire.org Git - thirdparty/openssl.git/commit
core_namemap.c: Use OPENSSL_STRING instead of defining STRING type
authorTomas Mraz <tomas@openssl.org>
Fri, 20 Dec 2024 16:20:04 +0000 (17:20 +0100)
committerTomas Mraz <tomas@openssl.org>
Tue, 31 Dec 2024 14:03:31 +0000 (15:03 +0100)
commit86ff027be2d2607344a400be54751311ef343062
treec6e3ebecdac6c45885b1bdf1c6196d7a109e074c
parentdf889697820263530f8f43ff7ef1acd6f93aefef
core_namemap.c: Use OPENSSL_STRING instead of defining STRING type

Also avoid leak if stack push fails.

Reviewed-by: Neil Horman <nhorman@openssl.org>
Reviewed-by: Paul Dale <ppzgs1@gmail.com>
(Merged from https://github.com/openssl/openssl/pull/26230)

(cherry picked from commit 0baa3ac736520c9457c5ef05614fdd54b8dc5515)
crypto/core_namemap.c