Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F153368387
D56466.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
478 B
Referenced Files
None
Subscribers
None
D56466.diff
View Options
diff --git a/libexec/rtld-elf/rtld.c b/libexec/rtld-elf/rtld.c
--- a/libexec/rtld-elf/rtld.c
+++ b/libexec/rtld-elf/rtld.c
@@ -2654,6 +2654,11 @@
initlist_add_neededs(obj->needed_aux_filtees,
NULL, iflist);
objlist_push_tail(iflist, obj);
+
+ /* Recursively process the successor objects. */
+ nobj = globallist_next(obj);
+ if (nobj != NULL && obj != tail)
+ initlist_add_objects(nobj, tail, list, iflist);
} else {
if (obj->init_scanned)
return;
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Tue, Apr 21, 6:24 PM (1 h, 25 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
31719331
Default Alt Text
D56466.diff (478 B)
Attached To
Mode
D56466: rtld: fix processing of preloaded z_initfirst objects
Attached
Detach File
Event Timeline
Log In to Comment