From: Tilman Sauerbeck Date: Mon, 1 Jan 2018 11:18:58 +0000 (+0100) Subject: Initialize final byte of cryptState_t::decrypt_history, too. X-Git-Url: http://git.code-monkey.de/?a=commitdiff_plain;h=00137368a0955dc05c38b122971cae555689267f;hp=00137368a0955dc05c38b122971cae555689267f;p=umurmur.git Initialize final byte of cryptState_t::decrypt_history, too. This fixes an off-by-one error in CryptState_init() which would leave the final byte of decrypt_history uninitialized. ---