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)
This fixes an off-by-one error in CryptState_init() which would
leave the final byte of decrypt_history uninitialized.


No differences found