Date: Sat, 3 Apr 1999 22:01:09 -0800 (PST) From: Peter Wemm <peter@FreeBSD.org> To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/libexec/rtld-elf rtld.c Message-ID: <199904040601.WAA64573@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
peter 1999/04/03 22:01:09 PST Modified files: libexec/rtld-elf rtld.c Log: If somebody does an execv("foo", NULL) (which theoretically is an error), avoid crashing inside rtld (since it's easy) since everything else handles it. Of course, if the target program checks argv[], it'll fall over. Reviewed by: jdp Revision Changes Path 1.16 +2 -2 src/libexec/rtld-elf/rtld.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199904040601.WAA64573>