c9c20b28081218c0af83d36283abb0a8c6cc6125 |
|
07-May-2014 |
Phil Carmody <phil@dovecot.fi> |
lib: fix md4/md5 buffer read overrun
uint_fast32_t may be 64 bits and read too many bytes at the end of the buffer.
This didn't actually break anything as long as there was 32 bits of readable
memory past the buffer. |