Initialize final byte of cryptState_t::decrypt_history, too.
authorTilman Sauerbeck <tilman@code-monkey.de>
Mon, 1 Jan 2018 11:18:58 +0000 (12:18 +0100)
committerTilman Sauerbeck <tilman@code-monkey.de>
Mon, 1 Jan 2018 18:13:00 +0000 (19:13 +0100)
commit00137368a0955dc05c38b122971cae555689267f
tree021d029051c2d24d091204f55d76931459d59ef8
parentd9280fa11ed4cb6cc0f36394c5d57350464973b3
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.
src/crypt.c