Page MenuHomeFreeBSD

D44999.diff
No OneTemporary

D44999.diff

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

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)

Event Timeline