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