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:13:08 +0000 (16:13 -0400)
commit2984afdad9696e4de4762ebc0039f9353773f66c
tree5e728382a0a313771ac8315886fb528fce7cc349
parent3ff170c6a137c330bb23731f1193c5005e9b85a9
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)

(cherry picked from commit 0b20ad127ce86b05a854f31d51d91312c86ccc74)
crypto/whrlpool/wp_dgst.c