Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F109872585
D26351.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
513 B
Referenced Files
None
Subscribers
None
D26351.diff
View Options
Index: head/libexec/rtld-elf/rtld.c
===================================================================
--- head/libexec/rtld-elf/rtld.c
+++ head/libexec/rtld-elf/rtld.c
@@ -2844,7 +2844,7 @@
(void *)elm->obj->init);
LD_UTRACE(UTRACE_INIT_CALL, elm->obj, (void *)elm->obj->init,
0, 0, elm->obj->path);
- call_initfini_pointer(elm->obj, elm->obj->init);
+ call_init_pointer(elm->obj, elm->obj->init);
}
init_addr = (Elf_Addr *)elm->obj->init_array;
if (init_addr != NULL) {
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Tue, Feb 11, 2:44 PM (12 h, 41 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
16596556
Default Alt Text
D26351.diff (513 B)
Attached To
Mode
D26351: rtld: pass argc/argv/env to dso inits.
Attached
Detach File
Event Timeline
Log In to Comment