* libmisc/salt.c (MAGNUM): Terminate the array with nul (the array
is then used with strcat). * libmisc/salt.c (crypt_make_salt): Initialize result[0] to nul at the beginning (was not initialized when USE_PAM). * libmisc/salt.c (crypt_make_salt): Check that ENCRYPT_METHOD is a valid crypt method.
This commit is contained in:
@@ -1,3 +1,12 @@
|
||||
2007-11-19 Nicolas François <nicolas.francois@centraliens.net>
|
||||
|
||||
* libmisc/salt.c (MAGNUM): Terminate the array with nul (the array
|
||||
is then used with strcat).
|
||||
* libmisc/salt.c (crypt_make_salt): Initialize result[0] to nul at
|
||||
the beginning (was not initialized when USE_PAM).
|
||||
* libmisc/salt.c (crypt_make_salt): Check that ENCRYPT_METHOD is a
|
||||
valid crypt method.
|
||||
|
||||
2007-11-19 Nicolas François <nicolas.francois@centraliens.net>
|
||||
|
||||
* NEWS, libmisc/obscure.c, libmisc/salt.c, src/passwd.c,
|
||||
|
Reference in New Issue
Block a user