Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F103613264
D45074.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
433 B
Referenced Files
None
Subscribers
None
D45074.diff
View Options
diff --git a/lib/libc/stdlib/cxa_thread_atexit_impl.c b/lib/libc/stdlib/cxa_thread_atexit_impl.c
--- a/lib/libc/stdlib/cxa_thread_atexit_impl.c
+++ b/lib/libc/stdlib/cxa_thread_atexit_impl.c
@@ -102,7 +102,7 @@
{
struct dl_phdr_info phdr_info;
- if (_rtld_addr_phdr(dtor->dso, &phdr_info) &&
+ if (_rtld_addr_phdr(dtor->func, &phdr_info) &&
__elf_phdr_match_addr(&phdr_info, dtor->func))
dtor->func(dtor->obj);
else
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Thu, Nov 28, 3:45 AM (20 h, 54 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
14901321
Default Alt Text
D45074.diff (433 B)
Attached To
Mode
D45074: __cxa_thread_call_dtors(3): fix dtor pointer validity check
Attached
Detach File
Event Timeline
Log In to Comment