Date: Mon, 17 Feb 2003 12:58:27 -0800 (PST) From: Alexander Kabaev <kan@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/libexec/rtld-elf rtld.c Message-ID: <200302172058.h1HKwREO026724@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
kan 2003/02/17 12:58:27 PST Modified files: libexec/rtld-elf rtld.c Log: Do not remove object from the lists at the unref_dag() stage. Introduce a new unlink_object() function and call it in unload_object() instead. Removing the object in unref_dag() is too early, rtld calls _fini() function after that and shared objects might fail resolve their own symbols. Revision Changes Path 1.76 +26 -8 src/libexec/rtld-elf/rtld.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-src" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200302172058.h1HKwREO026724>