mirror of
https://github.com/intel/isa-l.git
synced 2025-02-22 07:01:10 +01:00
igzip: Fix missing .note.gnu-stack for non-executable stack
One asm file in the source list for compression missed an include that adds .note.gnu-stack. Without it an executable could be marked has having an executable stack and miss some hardware protections. Reported-by: Ondřej Nový <novy@ondrej.org> Signed-off-by: Greg Tucker <greg.b.tucker@intel.com>
This commit is contained in:
parent
8faa0a2802
commit
1abf68b7db
@ -1,3 +1,5 @@
|
||||
%include "reg_sizes.asm"
|
||||
|
||||
%ifndef CRC_DATA
|
||||
|
||||
%define CRC_DATA
|
||||
|
Loading…
x
Reference in New Issue
Block a user