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:02 +0000 (17:33 +0100)
commit512d811719fc955f574090af4c3586a9aba46fa7
tree1866ed1203f00280f8a4391792742061a2612db8
parentd689f313cc5ebe2763fb26d1e7f8cd53b7da6a4a
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)
crypto/pkcs12/p12_init.c