projects
/
glibc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9484747
)
local-no-execfn
author
GNU Libc Maintainers
<debian-glibc@lists.debian.org>
Tue, 27 May 2025 10:40:04 +0000
(11:40 +0100)
committer
Sean Whitton
<spwhitton@spwhitton.name>
Tue, 27 May 2025 10:40:04 +0000
(11:40 +0100)
AT_EXECFN is Linux specific
Gbp-Pq: Topic kfreebsd
Gbp-Pq: Name local-no-execfn.diff
elf/rtld.c
patch
|
blob
|
history
diff --git
a/elf/rtld.c
b/elf/rtld.c
index 553cfbd1b74e05467e3c30e291f694ce40c4b0f4..23cd738331fa08d4b1cf6e9d681a88118af88239 100644
(file)
--- a/
elf/rtld.c
+++ b/
elf/rtld.c
@@
-1315,9
+1315,11
@@
of this helper program; chances are you did not intend to run this program.\n\
case AT_ENTRY:
av->a_un.a_val = *user_entry;
break;
+# ifdef AT_EXECFN
case AT_EXECFN:
av->a_un.a_val = (uintptr_t) _dl_argv[0];
break;
+# endif
}
#endif
}