openwrt/toolchain/musl/patches
Jo-Philipp Wich ceb625439a musl: improve crypt() size hack
Instead of silently downgrading any non-MD5 crypt() request to DES,
cleanly fail with return NULL and errno = ENOSYS. This allows callers
to notice the missing support instead of the unwanted silent fallback
to DES.

Also add a menuconfig toolchain option to optionally disable the crypt
size hack completely. This can be probably made dependant on SMALL_FLASH
or a similar feature indicator in a future commit.

Ref: https://github.com/openwrt/openwrt/pull/1331
Signed-off-by: Jo-Philipp Wich <jo@mein.io>
2019-01-22 12:08:03 +01:00
..
100-add_glob_onlydir.patch musl: update to version 1.1.1 2014-05-21 14:09:58 +00:00
110-read_timezone_from_fs.patch musl: update to version 1.1.19 2018-03-11 23:42:38 +01:00
200-add_libssp_nonshared.patch toolchain/musl: update to version 1.1.20 2018-09-21 13:25:08 +02:00
300-relative.patch toolchain/musl: update to version 1.1.20 2018-09-21 13:25:08 +02:00
400-Add-format-attribute-to-some-function-declarations.patch toolchain/musl: update to version 1.1.20 2018-09-21 13:25:08 +02:00
900-iconv_size_hack.patch toolchain/musl: update to version 1.1.20 2018-09-21 13:25:08 +02:00
901-crypt_size_hack.patch musl: improve crypt() size hack 2019-01-22 12:08:03 +01:00