Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 74377 Details for
Bug 114984
libFLAC indicates it needs executable stack due to missing .note in asm code
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Add .note.GNU-stack marking to x86 nasm files
flac-nasmgnustack.patch (text/plain), 827 bytes, created by
Kevin F. Quinn (RETIRED)
on 2005-12-09 06:30:05 UTC
(
hide
)
Description:
Add .note.GNU-stack marking to x86 nasm files
Filename:
MIME Type:
Creator:
Kevin F. Quinn (RETIRED)
Created:
2005-12-09 06:30:05 UTC
Size:
827 bytes
patch
obsolete
>--- flac-1.1.2/src/libFLAC/ia32/cpu_asm.nasm.orig 2005-12-09 15:09:55.000000000 +0100 >+++ flac-1.1.2/src/libFLAC/ia32/cpu_asm.nasm 2005-12-09 15:10:43.000000000 +0100 >@@ -98,3 +98,7 @@ > pop ebx > > end >+ >+%ifdef OBJ_FORMAT_elf >+ section .note.GNU-stack noalloc >+%endif >--- flac-1.1.2/src/libFLAC/ia32/fixed_asm.nasm.orig 2005-12-09 15:09:55.000000000 +0100 >+++ flac-1.1.2/src/libFLAC/ia32/fixed_asm.nasm 2005-12-09 15:10:43.000000000 +0100 >@@ -304,3 +304,7 @@ > ret > > end >+ >+%ifdef OBJ_FORMAT_elf >+ section .note.GNU-stack noalloc >+%endif >--- flac-1.1.2/src/libFLAC/ia32/lpc_asm.nasm.orig 2005-12-09 15:09:55.000000000 +0100 >+++ flac-1.1.2/src/libFLAC/ia32/lpc_asm.nasm 2005-12-09 15:10:43.000000000 +0100 >@@ -1501,3 +1501,7 @@ > ret > > end >+ >+%ifdef OBJ_FORMAT_elf >+ section .note.GNU-stack noalloc >+%endif
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 114984
: 74377 |
101539