DragonFly commits List (threaded) for 2007-03
[
Date Prev][
Date Next]
[
Thread Prev][
Thread Next]
[
Date Index][
Thread Index]
cvs commit: src/libexec/rtld-elf rtld.c
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@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
[
Date Prev][
Date Next]
[
Thread Prev][
Thread Next]
[
Date Index][
Thread Index]