commit | c427570e5098e120cbcb66e799f85c317aac7b91 | [log] [tgz] |
---|---|---|
author | Matt Caswell <matt@openssl.org> | Tue Apr 28 15:19:50 2015 +0100 |
committer | Matt Caswell <matt@openssl.org> | Thu Apr 30 23:12:39 2015 +0100 |
tree | 4c6152175147a166450a6c21bfa455c063875ddc | |
parent | 29b0a15a480626544dd0c803d5de671552544de6 [diff] |
Sanity check the return from final_finish_mac The return value is checked for 0. This is currently safe but we should really check for <= 0 since -1 is frequently used for error conditions. Thanks to Kevin Wojtysiak (Int3 Solutions) and Paramjot Oberoi (Int3 Solutions) for reporting this issue. Reviewed-by: Andy Polyakov <appro@openssl.org>