Page MenuHomeFreeBSD

D7216.diff
No OneTemporary

D7216.diff

Index: head/libexec/rtld-elf/rtld.c
===================================================================
--- head/libexec/rtld-elf/rtld.c
+++ head/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
Sun, Jan 19, 11:43 AM (16 h, 48 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
15940175
Default Alt Text
D7216.diff (485 B)

Event Timeline