Check the return value from ASN1_INTEGER_set
authorMatt Caswell <matt@openssl.org>
Mon, 10 Sep 2018 15:23:14 +0000 (16:23 +0100)
committerMatt Caswell <matt@openssl.org>
Mon, 10 Sep 2018 16:33:32 +0000 (17:33 +0100)
commit1fa7e2ee06f24cdc7fe04599456a07f29db69d95
treed1587467a7111d163cc47349f257d9c9ec3e3a45
parent1ed9fafccc37bcc78c12d20d586842ee7c7cd8a6
Check the return value from ASN1_INTEGER_set

Found by Coverity

Reviewed-by: Richard Levitte <levitte@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/7169)

(cherry picked from commit 512d811719fc955f574090af4c3586a9aba46fa7)
crypto/pkcs12/p12_init.c