Login
[x]
Log in using an account from:
Fedora Account System
Red Hat Associate
Red Hat Customer
Or login using a Red Hat Bugzilla account
Forgot Password
Login:
Hide Forgot
Create an Account
Red Hat Bugzilla – Attachment 839953 Details for
Bug 1045699
libk5crypto.so.3.1 uses an executable stack (Rawhide)
[?]
New
Simple Search
Advanced Search
My Links
Browse
Requests
Reports
Current State
Search
Tabular reports
Graphical reports
Duplicates
Other Reports
User Changes
Plotly Reports
Bug Status
Bug Severity
Non-Defaults
|
Product Dashboard
Help
Page Help!
Bug Writing Guidelines
What's new
Browser Support Policy
5.0.4.rh83 Release notes
FAQ
Guides index
User guide
Web Services
Contact
Legal
This site requires JavaScript to be enabled to function correctly, please enable it.
[patch]
patch to disable executable stack
krb5-1.12-enable-NX.patch (text/plain), 1.15 KB, created by
Dhiru Kholia
on 2013-12-21 10:10:45 UTC
(
hide
)
Description:
patch to disable executable stack
Filename:
MIME Type:
Creator:
Dhiru Kholia
Created:
2013-12-21 10:10:45 UTC
Size:
1.15 KB
patch
obsolete
>diff --git a/src/lib/crypto/builtin/aes/iaesx64.s b/src/lib/crypto/builtin/aes/iaesx64.s >index 1c091c1..3a3d6fc 100644 >--- a/src/lib/crypto/builtin/aes/iaesx64.s >+++ b/src/lib/crypto/builtin/aes/iaesx64.s >@@ -834,3 +834,13 @@ lp256encsingle_CBC: > movdqu [r9],xmm1 > add rsp,16*16+8 > ret >+ >+%ifidn __OUTPUT_FORMAT__,elf >+section .note.GNU-stack noalloc noexec nowrite progbits >+%endif >+%ifidn __OUTPUT_FORMAT__,elf32 >+section .note.GNU-stack noalloc noexec nowrite progbits >+%endif >+%ifidn __OUTPUT_FORMAT__,elf64 >+section .note.GNU-stack noalloc noexec nowrite progbits >+%endif >diff --git a/src/lib/crypto/builtin/aes/iaesx86.s b/src/lib/crypto/builtin/aes/iaesx86.s >index b667acd..03a8670 100644 >--- a/src/lib/crypto/builtin/aes/iaesx86.s >+++ b/src/lib/crypto/builtin/aes/iaesx86.s >@@ -871,3 +871,13 @@ lp256encsingle_CBC: > movdqu [ecx],xmm1 ; store last iv for chaining > > ret >+ >+%ifidn __OUTPUT_FORMAT__,elf >+section .note.GNU-stack noalloc noexec nowrite progbits >+%endif >+%ifidn __OUTPUT_FORMAT__,elf32 >+section .note.GNU-stack noalloc noexec nowrite progbits >+%endif >+%ifidn __OUTPUT_FORMAT__,elf64 >+section .note.GNU-stack noalloc noexec nowrite progbits >+%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 1045699
: 839953 |
839954