Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
openSUSE:Factory
powermanga
fix-exec-stack.patch
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File fix-exec-stack.patch of Package powermanga
Index: b/assembler.S =================================================================== --- a/src/assembler.S +++ b/src/assembler.S @@ -2076,3 +2076,8 @@ _et_col1: .int 0 #11 _et_col2: .int 0 #13 #_et_col1: .byte 11 #_et_col2: .byte 13 + +#if defined(__linux__) && defined(__ELF__) +.section .note.GNU-stack,"",%progbits +#endif + Index: b/assembler_opt.S =================================================================== --- a/src/assembler_opt.S +++ b/src/assembler_opt.S @@ -407,3 +407,6 @@ _COPY2X32BITS_512x440: leave ret +#if defined(__linux__) && defined(__ELF__) +.section .note.GNU-stack,"",%progbits +#endif
Locations
Projects
Search
Status Monitor
Help
OpenBuildService.org
Documentation
API Documentation
Code of Conduct
Contact
Support
@OBShq
Terms
openSUSE Build Service is sponsored by
The Open Build Service is an
openSUSE project
.
Sign Up
Log In
Places
Places
All Projects
Status Monitor