Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F146080942
D44999.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
425 B
Referenced Files
None
Subscribers
None
D44999.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
@@ -6189,7 +6189,10 @@
} else if (opt == 'p') {
*use_pathp = true;
} else if (opt == 'u') {
- trust = false;
+ u_int ll;
+
+ for (ll = 0; ll < nitems(ld_env_vars); ll++)
+ ld_env_vars[ll].val = NULL;
} else if (opt == 'v') {
machine[0] = '\0';
mib[0] = CTL_HW;
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Sat, Feb 28, 3:44 PM (1 h, 15 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
29073955
Default Alt Text
D44999.diff (425 B)
Attached To
Mode
D44999: rtld direct exec: make -u behavior match the description
Attached
Detach File
Event Timeline
Log In to Comment