From 05dab910b0032cab151f3c4507dc04100b1c2ce0 Mon Sep 17 00:00:00 2001 From: Roland McGrath Date: Sun, 3 Nov 2002 00:59:09 +0000 Subject: * manual/filesys.texi (Reading/Closing Directory): Rewrite readdir_r description to be clearer and to say that *RESULT is set to ENTRY. 2002-10-30 Jakub Jelinek * posix/regexec.c (build_trtable): Alloca or malloc dests_node and dests_ch arrays together. Alloca or malloc dest_states, dest_states_word and dest_states_nl arrays together. Free memory on error exit. 2002-10-29 Daniel Jacobowitz * crypt/crypt_util.c (__init_des_r): Initialize current_salt and current_saltbits. 2002-11-02 Roland McGrath --- crypt/crypt_util.c | 3 +++ 1 file changed, 3 insertions(+) (limited to 'crypt/crypt_util.c') diff --git a/crypt/crypt_util.c b/crypt/crypt_util.c index ae6174e6f7..5467a97b8a 100644 --- a/crypt/crypt_util.c +++ b/crypt/crypt_util.c @@ -536,6 +536,9 @@ small_tables_done: } } + __data->current_saltbits = 0; + __data->current_salt[0] = 0; + __data->current_salt[1] = 0; __data->initialized++; } -- cgit 1.4.1