From 650ba77ad547b24e0839c90ed56f7b9445d8165a Mon Sep 17 00:00:00 2001 From: Il'ya Malakhov Date: Wed, 31 Jan 2018 14:32:19 -0800 Subject: crypt: Fix badsalttest test (Bug 22765) The value of 'cd.initialized' is left uninitialized before the first invocation of 'crypt_r ()' in this test despite the fact that it should be set to zero according to the API. Reviewed-by: Carlos O'Donell --- ChangeLog | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index b2cec4f..a5847a5 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2018-01-31 Il'ya Malakhov + + [BZ #22765] + * crypt/badsalttest.c (do_test): Set cd.initialized to 0. + 2018-01-31 Dmitry V. Levin * manual/install.texi (Tools for Compilation): Update the newest -- cgit v1.1