Module Name: src Committed By: christos Date: Thu Jul 22 17:39:53 UTC 2021
Modified Files: src/usr.bin/ldd: ldd.c ldd.h ldd_elfxx.c Log Message: rtld expects an absolute path in execname provided via AUXV in order to handle $ORIGIN properly and checks for that. Since we are calling its guts directly, provide one. To generate a diff of this commit: cvs rdiff -u -r1.23 -r1.24 src/usr.bin/ldd/ldd.c cvs rdiff -u -r1.7 -r1.8 src/usr.bin/ldd/ldd.h src/usr.bin/ldd/ldd_elfxx.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.