3 Commits (43196813d775921d16cc238fe805e438a24c529f)

Author SHA1 Message Date
Felix Fietkau a621c3c24a uClibc: update to latest version (rc3 + git changes), contains fixes for ipv6 dns issues 14 years ago
Imre Kaloz ae885a3978 upgrade to latest git, refresh patches 14 years ago
Felix Fietkau 0fed0806df uClibc: 0.9.32 needs the ldso fix as well 14 years ago
Jo-Philipp Wich 12b122f31f ld.so: ldd crashes when __LDSO_SEARCH_INTERP_PATH__ is not #defined Since b65c7b2c79debcb9017e31913e01eeaa280106fb, the implicit search path can be disabled by not #defining __LDSO_SEARCH_INTERP_PATH__. This causes _dl_ldsopath to never be set, so it remains NULL. _dl_ldsopath is still used when __LDSO_LDD_SUPPORT__ is #defined, to strip the path off of the beginning of the absolute path to the ld.so interpreter in use for printing. The _dl_strlen will crash with a NULL argument. 14 years ago