History log of /openbsd/libexec/ld.so/path.c (Results 1 – 8 of 8)
Revision Date Author Comments
# 3d8e19a1 17-Dec-2019 guenther <guenther@openbsd.org>

Eliminate failure returns from _dl_split_path(): if malloc fails just _dl_oom()
Prompted by Qualys's leveraging malloc failure in _dl_split_path() to get
stuff past.

ok deraadt@ millert@


# 6f60d148 22-Jun-2017 benno <benno@openbsd.org>

Do not interpret an empty path as current working directory "." when
parsing LD_LIBRARY_PATH, and in DT_RPATH and DT_RUNPATH attributes and
in ld.so.hints.

ok deraadt@


# 590eb4f1 22-May-2015 jsg <jsg@openbsd.org>

be pedantic with sizeof use
no change in behaviour as sizeof(char **) is the same as sizeof(char *)
ok otto@ guenther@


# 3334752f 22-Jan-2015 deraadt <deraadt@openbsd.org>

delete annoying white space that annoy


# 5b40abcf 16-Jan-2015 deraadt <deraadt@openbsd.org>

<sys/param.h> to <limits.h> conversion. Verified binaries
ok millert, thanks to doug for process advice


# 67b06ea7 10-Jul-2014 otto <otto@openbsd.org>

check all memory allocations; ok miod@ guenther@


# c827e20b 21-Jun-2014 otto <otto@openbsd.org>

Move to a non-zeroing _dl_malloc, a _dl_calloc and _dl_reallocarry and
fix _dl_strdup to return NULL instead of crash; ok deraadt@


# c8dfd7a0 20-Mar-2013 kurt <kurt@openbsd.org>

- Parse colon separated paths into NULL terminated arrays of string
pointers to prepare for adding rpath ORIGIN support.
okay matthew@ millert@