HardenedBSD/libexec/rtld-elf
John Polstra cefbc49679 Handle dlsym(NULL, ...) properly, by searching in the caller's
shared object.  Note, this searches _only_ that object, and not its
needed objects, in accordance with the documentation.

Also fix dlopen(NULL, ...) so that the executable's needed objects
are searched as well as the executable itself.
1998-09-02 01:09:34 +00:00
..
amd64
i386
debug.c
debug.h
Makefile
malloc.c
map_object.c
rtld.1
rtld.c Handle dlsym(NULL, ...) properly, by searching in the caller's 1998-09-02 01:09:34 +00:00
rtld.h Update this header to use the revamped elf headers which select Elf32 1998-08-21 03:29:40 +00:00
xmalloc.c