FreeBSD Bugzilla – Attachment 200573 Details for
Bug 234451
lang/erlang-runtime21: build failure with BSD crtbegin/crtend
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
Possible rtld fix
rtld-mapsize.diff (text/plain), 593 bytes, created by
Andrew Turner
on 2018-12-28 11:53:15 UTC
(
hide
)
Description:
Possible rtld fix
Filename:
MIME Type:
Creator:
Andrew Turner
Created:
2018-12-28 11:53:15 UTC
Size:
593 bytes
patch
obsolete
>Index: libexec/rtld-elf/rtld.c >=================================================================== >--- libexec/rtld-elf/rtld.c (revision 342558) >+++ libexec/rtld-elf/rtld.c (working copy) >@@ -1419,10 +1419,9 @@ > if (nsegs == 0) { /* First load segment */ > obj->vaddrbase = trunc_page(ph->p_vaddr); > obj->mapbase = obj->vaddrbase + obj->relocbase; >- } else { /* Last load segment */ >- obj->mapsize = round_page(ph->p_vaddr + ph->p_memsz) - >- obj->vaddrbase; > } >+ obj->mapsize = round_page(ph->p_vaddr + ph->p_memsz) - >+ obj->vaddrbase; > nsegs++; > break; >
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 234451
: 200573