]> granicus.if.org Git - openssl/commit
Remove a memset
authorMatt Caswell <matt@openssl.org>
Tue, 26 Jun 2018 14:21:09 +0000 (15:21 +0100)
committerMatt Caswell <matt@openssl.org>
Sat, 7 Jul 2018 13:00:19 +0000 (14:00 +0100)
commit74bfb980377f43367035959a2c0afb5ec501c033
tree25ad47130de40e60ba4d9e4a08ad84dce0062117
parentbdd92f4d9bce6c62e553f89a2556c6881fc6d5dd
Remove a memset

Also avoids calling EVP_MD_size() and a missing negative result check.

Issue found by Coverity.

Reviewed-by: Andy Polyakov <appro@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/6592)
crypto/sm2/sm2_za.c