Page MenuHomeFreeBSD

D7216.id18473.diff
No OneTemporary

D7216.id18473.diff

Index: libexec/rtld-elf/rtld.c
===================================================================
--- libexec/rtld-elf/rtld.c
+++ libexec/rtld-elf/rtld.c
@@ -3291,7 +3291,7 @@
handle == RTLD_SELF) { /* ... caller included */
if (handle == RTLD_NEXT)
obj = globallist_next(obj);
- TAILQ_FOREACH_FROM(obj, &obj_list, next) {
+ for (; obj != NULL; obj = TAILQ_NEXT(obj, next)) {
if (obj->marker)
continue;
res = symlook_obj(&req, obj);

File Metadata

Mime Type
text/plain
Expires
Sat, May 16, 5:19 PM (5 h, 1 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
33140323
Default Alt Text
D7216.id18473.diff (470 B)

Event Timeline