Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | main/musl: upgrade to 1.1.17 | William Pitcock | 2017-10-19 | 1 | -34/+0 |
| | |||||
* | main/musl: apply upstream fixes | Przemyslaw Pawelczyk | 2017-01-03 | 1 | -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. |