cvs commit: src/libexec/rtld-elf rtld.c
Simon Schubert
corecode at crater.dragonflybsd.org
Sat Mar 24 05:26:31 PDT 2007
corecode 2007/03/24 05:24:48 PDT
DragonFly src repository
Modified files: (Branch: DragonFly_RELEASE_1_8)
libexec/rtld-elf rtld.c
Log:
MFC: Fix symbol resolution for objects loaded by ELF dependencies.
We previously used the dagmembers of the specified object to resolve
a symbol. However, dagmembers is only set for objects loaded by dlsym().
The correct behavior, implemented in this patch is to instead search
the needed objects.
This should fix KDE/SSL.
Taken-from: FreeBSD
Identified-by: Kimura Fuyuki <fuyuki at hadaly.org>
Revision Changes Path
1.26.2.1 +59 -1 src/libexec/rtld-elf/rtld.c
http://www.dragonflybsd.org/cvsweb/src/libexec/rtld-elf/rtld.c.diff?r1=1.26&r2=1.26.2.1&f=u
More information about the Commits
mailing list