Date: Tue, 1 Sep 1998 18:09:34 -0700 (PDT) From: John Polstra <jdp@FreeBSD.ORG> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: src/libexec/rtld-elf rtld.c Message-ID: <199809020109.SAA24978@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
jdp 1998/09/01 18:09:34 PDT Modified files: libexec/rtld-elf rtld.c Log: 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. Revision Changes Path 1.4 +26 -11 src/libexec/rtld-elf/rtld.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199809020109.SAA24978>