aboutsummaryrefslogtreecommitdiffstats
path: root/main/musl/0001-fix-strftime-y-for-negative-years.patch
Commit message (Collapse)AuthorAgeFilesLines
* main/musl: upgrade to 1.1.17William Pitcock2017-10-191-34/+0
|
* main/musl: apply upstream fixesPrzemyslaw Pawelczyk2017-01-031-0/+34
Second one (safe globfree() after failed glob()) is especially important in case of recently updated busybox, because ash since 1.26 supports libc's glob() and AL's busyboxconfig does not set CONFIG_ASH_INTERNAL_GLOB. musl's glob() still needs to be fixed to work for long inputs. At least ash: out of memory instead of Segmentation fault is nicer.