diff options
author | Shane Lontis <shane.lontis@oracle.com> | 2019-08-25 09:10:48 +0200 |
---|---|---|
committer | Shane Lontis <shane.lontis@oracle.com> | 2019-08-25 09:10:55 +0200 |
commit | 37a830e729f56cfc7b893f321880ac52f1b35cdb (patch) | |
tree | ae4be7504516dd293d1fb7c7d85a2b4938f21ff3 /crypto/des | |
parent | Update EVP_MAC.pod (diff) | |
download | openssl-37a830e729f56cfc7b893f321880ac52f1b35cdb.tar.xz openssl-37a830e729f56cfc7b893f321880ac52f1b35cdb.zip |
Fix Issue OSS-Fuzz: Branch on uninitialized memory (in ccm code).
This would also happen for aes-ccm. There was one branch path where it just returned 1
without setting *padlen, It now branches so that the value is set to 0.
Fixes #9691
Reviewed-by: Richard Levitte <levitte@openssl.org>
Reviewed-by: Bernd Edlinger <bernd.edlinger@hotmail.de>
(Merged from https://github.com/openssl/openssl/pull/9692)
Diffstat (limited to 'crypto/des')
0 files changed, 0 insertions, 0 deletions