summaryrefslogtreecommitdiff
path: root/libexec/ld.so/path.c
AgeCommit message (Expand)Author
2019-12-17Eliminate failure returns from _dl_split_path(): if malloc fails just _dl_oom()Philip Guenther
2017-06-22Do not interpret an empty path as current working directory "." whenSebastian Benoit
2015-05-22be pedantic with sizeof useJonathan Gray
2015-01-22delete annoying white space that annoyTheo de Raadt
2015-01-16<sys/param.h> to <limits.h> conversion. Verified binariesTheo de Raadt
2014-07-10check all memory allocations; ok miod@ guenther@Otto Moerbeek
2014-06-21Move to a non-zeroing _dl_malloc, a _dl_calloc and _dl_reallocarry andOtto Moerbeek
2013-03-20- Parse colon separated paths into NULL terminated arrays of stringKurt Miller