git: rtld: Delay DF_1_NODELETE process until object DAG loaded
John Marino
marino at crater.dragonflybsd.org
Mon Aug 20 13:24:47 PDT 2012
commit ba49bbaa8816ba7500f0c5ce1d3dd2d7710659e8
Author: John Marino <draco at marino.st>
Date: Mon Aug 20 20:26:43 2012 +0200
rtld: Delay DF_1_NODELETE process until object DAG loaded
The current code can miss searching dependencies that haven't been loaded
yet. Delay DF_1_NODELETE processing until object DAG is fully loaded.
Taken-from: FreeBSD SVN 239253 (14 Aug 2012)
Summary of changes:
libexec/rtld-elf/rtld.c | 35 ++++++++++++++++++++++++++++-------
1 files changed, 28 insertions(+), 7 deletions(-)
http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/ba49bbaa8816ba7500f0c5ce1d3dd2d7710659e8
--
DragonFly BSD source repository
More information about the Commits
mailing list