]> git.ipfire.org Git - thirdparty/openssl.git/commit
apps/spkac.c: Check result of ASN1_STRING_set()
authorTomas Mraz <tomas@openssl.org>
Wed, 16 Aug 2023 13:58:33 +0000 (15:58 +0200)
committerTomas Mraz <tomas@openssl.org>
Fri, 18 Aug 2023 13:06:17 +0000 (15:06 +0200)
commit20baa24f9f3997a96db7cd176a6ef609afe80cea
tree3323f0524c0427f883e4ad92b9cc55577c685146
parent79cdbe893da0c613db97356d05c0b088e885707f
apps/spkac.c: Check result of ASN1_STRING_set()

Fixes Coverity 1027256

Reviewed-by: Matt Caswell <matt@openssl.org>
Reviewed-by: Hugo Landau <hlandau@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/21755)
apps/spkac.c