Date: Wed, 7 May 2003 18:31:36 -0700 (PDT) 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: <200305080131.h481Var5086771@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
kan 2003/05/07 18:31:36 PDT FreeBSD src repository Modified files: libexec/rtld-elf rtld.c Log: Rethink the way we count module references. Simply following DT_NEEDED links is not flexible enough for cases where dynamically loaded modules form a dependency cycle. This should fix an infinite recursion problem encountered by Yahoo. Approved by: re (jhb) Revision Changes Path 1.79 +30 -18 src/libexec/rtld-elf/rtld.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200305080131.h481Var5086771>