Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F115856398
D35792.id108066.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
411 B
Referenced Files
None
Subscribers
None
D35792.id108066.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
@@ -1222,7 +1222,7 @@
res = __DECONST(char *, real);
for (i = 0; i < (int)nitems(tokens); i++) {
res = origin_subst_one(tokens[i].pass_obj ? obj : NULL,
- res, tokens[i].kw, tokens[i].subst, i == 0);
+ res, tokens[i].kw, tokens[i].subst, i != 0);
}
return (res);
}
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Wed, Apr 30, 3:10 PM (6 h, 41 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
17860231
Default Alt Text
D35792.id108066.diff (411 B)
Attached To
Mode
D35792: rtld-elf: Fix leaks and wild frees in origin_subst
Attached
Detach File
Event Timeline
Log In to Comment