aboutsummaryrefslogtreecommitdiffstats
path: root/rules.mk
diff options
context:
space:
mode:
authorJo-Philipp Wich <jo@mein.io>2019-01-22 12:01:09 +0100
committerJo-Philipp Wich <jo@mein.io>2019-01-22 12:08:00 +0100
commit1211832977b98c491d1198ab66c4f8ffc0886a87 (patch)
treec0ecece94e3ab17b967d5401f48d4c944a083381 /rules.mk
parent5d1399788ac2bd0fe53b9b727ba38cf2060de8fc (diff)
downloadupstream-1211832977b98c491d1198ab66c4f8ffc0886a87.tar.gz
upstream-1211832977b98c491d1198ab66c4f8ffc0886a87.tar.bz2
upstream-1211832977b98c491d1198ab66c4f8ffc0886a87.zip
busybox: handle crypt() errors in loginutils
The crypt(3) function is allowed to fail with either EINVAL or ENOSYS when the given salt is either invalid or when the requested algorithm is not implemented. In such a case, libbb's pw_encrypt() function will silently convert the crypt() NULL return value into an empty string which is then processed without further errors by utilities such as chpasswd or passwd, causing them to set an empty password when an unsupported cipher is requested. Patch the relevant users of pw_encrypt() to abort in case an empty hash is returned by pw_encrypt() in order to mitigate the problem. Signed-off-by: Jo-Philipp Wich <jo@mein.io>
Diffstat (limited to 'rules.mk')
0 files changed, 0 insertions, 0 deletions