mirror of
https://github.com/apache/nuttx-apps.git
synced 2025-10-19 02:17:37 +08:00
fsutils/passwd: fix out of bounds array access during password encryption
Signed-off-by: Petro Karashchenko <petro.karashchenko@gmail.com>
This commit is contained in:

committed by
Xiang Xiao

parent
2831af6395
commit
d868387148
@@ -80,7 +80,7 @@ int cmd_userdel(FAR struct nsh_vtbl_s *vtbl, int argc, char **argv)
|
||||
#endif /* !CONFIG_NSH_DISABLE_USERDEL */
|
||||
|
||||
/****************************************************************************
|
||||
* Name: cmd_useradd
|
||||
* Name: cmd_passwd
|
||||
****************************************************************************/
|
||||
|
||||
#ifndef CONFIG_NSH_DISABLE_PASSWD
|
||||
|
Reference in New Issue
Block a user