Fix a read off the end of the input buffer
authorRich Salz <rsalz@openssl.org>
Thu, 8 Jun 2017 20:05:52 +0000 (16:05 -0400)
committerRich Salz <rsalz@openssl.org>
Thu, 8 Jun 2017 20:05:52 +0000 (16:05 -0400)
commit0b20ad127ce86b05a854f31d51d91312c86ccc74
treebc81573f6bcb9d5b61dc3e324b76bfe8e8417a41
parent135976b3dd24e674c202c20b5746fc04ebb1fc1a
Fix a read off the end of the input buffer

when building with OPENSSL_SMALL_FOOTPRINT defined.

Reviewed-by: Tim Hudson <tjh@openssl.org>
Reviewed-by: Rich Salz <rsalz@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/3533)
crypto/whrlpool/wp_dgst.c