cvs commit: src/libexec/rtld-elf rtld.c
Simon Schubert
corecode at crater.dragonflybsd.org
Thu Feb 22 05:17:38 PST 2007
corecode 2007/02/22 05:15:55 PST
DragonFly src repository
Modified files:
libexec/rtld-elf rtld.c
Log:
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.27 +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.27&f=u
More information about the Commits
mailing list