mirror of
https://github.com/claunia/flac.git
synced 2025-12-16 18:54:26 +00:00
patch sf#1580550 noexec stack: http://sourceforge.net/tracker/index.php?func=detail&aid=1580550&group_id=13478&atid=313478
This commit is contained in:
@@ -98,3 +98,7 @@ cident FLAC__cpu_info_sse_test_asm_ia32
|
|||||||
pop ebx
|
pop ebx
|
||||||
|
|
||||||
end
|
end
|
||||||
|
|
||||||
|
%ifdef OBJ_FORMAT_elf
|
||||||
|
section .note.GNU-stack noalloc
|
||||||
|
%endif
|
||||||
|
|||||||
@@ -304,3 +304,7 @@ cident FLAC__fixed_compute_best_predictor_asm_ia32_mmx_cmov
|
|||||||
ret
|
ret
|
||||||
|
|
||||||
end
|
end
|
||||||
|
|
||||||
|
%ifdef OBJ_FORMAT_elf
|
||||||
|
section .note.GNU-stack noalloc
|
||||||
|
%endif
|
||||||
|
|||||||
@@ -1501,3 +1501,7 @@ cident FLAC__lpc_restore_signal_asm_ia32_mmx
|
|||||||
ret
|
ret
|
||||||
|
|
||||||
end
|
end
|
||||||
|
|
||||||
|
%ifdef OBJ_FORMAT_elf
|
||||||
|
section .note.GNU-stack noalloc
|
||||||
|
%endif
|
||||||
|
|||||||
Reference in New Issue
Block a user