Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 294519 Details for
Bug 391899
sys-devel/binutils-2.22: static bins segfault after __libc_csu_init on hardened
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
binutils-2.22-initfini-pie.patch
XX_all_binutils-2.22-initfini-pie.patch (text/plain), 1.26 KB, created by
iGentoo
on 2011-12-02 14:28:16 UTC
(
hide
)
Description:
binutils-2.22-initfini-pie.patch
Filename:
MIME Type:
Creator:
iGentoo
Created:
2011-12-02 14:28:16 UTC
Size:
1.26 KB
patch
obsolete
> See also: > http://sourceware.org/git/?p=binutils.git;h=30dfd0308a8551174634494822e194fcf24a7ddb >--- > ld/scripttempl/elf.sc | 4 ++-- > 1 files changed, 2 insertions(+), 2 deletions(-) > >diff --git a/ld/scripttempl/elf.sc b/ld/scripttempl/elf.sc >index 149eec7..933244b 100644 >--- a/ld/scripttempl/elf.sc >+++ b/ld/scripttempl/elf.sc >@@ -225,8 +225,8 @@ test "${LARGE_SECTIONS}" = "yes" && LARGE_SECTIONS=" > if test "${ENABLE_INITFINI_ARRAY}" = "yes"; then > SORT_INIT_ARRAY="KEEP (*(SORT_BY_INIT_PRIORITY(.init_array.*) SORT_BY_INIT_PRIORITY(.ctors.*)))" > SORT_FINI_ARRAY="KEEP (*(SORT_BY_INIT_PRIORITY(.fini_array.*) SORT_BY_INIT_PRIORITY(.dtors.*)))" >- CTORS_IN_INIT_ARRAY="KEEP (*(EXCLUDE_FILE (*crtbegin.o *crtbegin?.o *crtend.o *crtend?.o $OTHER_EXCLUDE_FILES) .ctors))" >- DTORS_IN_FINI_ARRAY="KEEP (*(EXCLUDE_FILE (*crtbegin.o *crtbegin?.o *crtend.o *crtend?.o $OTHER_EXCLUDE_FILES) .dtors))" >+ CTORS_IN_INIT_ARRAY="KEEP (*(EXCLUDE_FILE (*crtbegin.o *crtbegin?.o *crtbeginTS.o *crtend.o *crtend?.o $OTHER_EXCLUDE_FILES) .ctors))" >+ DTORS_IN_FINI_ARRAY="KEEP (*(EXCLUDE_FILE (*crtbegin.o *crtbegin?.o *crtbeginTS.o *crtend.o *crtend?.o $OTHER_EXCLUDE_FILES) .dtors))" > else > SORT_INIT_ARRAY="KEEP (*(SORT(.init_array.*)))" > SORT_FINI_ARRAY="KEEP (*(SORT(.fini_array.*)))"
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 391899
:
293761
|
294519
|
294895