]> git.ipfire.org Git - thirdparty/openssl.git/commit
parse_unquoted: Check returned value from ossl_property_value()
authorTomas Mraz <tomas@openssl.org>
Tue, 7 Jun 2022 12:16:30 +0000 (14:16 +0200)
committerTomas Mraz <tomas@openssl.org>
Fri, 10 Jun 2022 12:06:57 +0000 (14:06 +0200)
commitf91568eb50e847d0db2441fd9b9c5ffc8c4fe934
tree2ffe41b0cb91cbacefae9c985ff67a7d56c0c6e7
parentcec1699f1f54ba8b87f055776dc77b48dd37d5fa
parse_unquoted: Check returned value from ossl_property_value()

Reviewed-by: Shane Lontis <shane.lontis@oracle.com>
Reviewed-by: Matt Caswell <matt@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/18494)
crypto/property/property_parse.c