Skip to content
This repository has been archived by the owner on Mar 24, 2022. It is now read-only.

Commit

Permalink
[lucet-runtime-tests] Enable non-executable stack on FreeBSD too
Browse files Browse the repository at this point in the history
  • Loading branch information
valpackett committed Mar 3, 2020
1 parent 121dc9b commit 301b596
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lucet-runtime/lucet-runtime-tests/src/guest_fault/traps.S
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,6 @@ _guest_func_oob:
#endif
.cfi_endproc

#if defined(__linux__) && defined(__ELF__)
#if (defined(__linux__) || defined(__FreeBSD__)) && defined(__ELF__)
.section ".note.GNU-stack","",@progbits
#endif

0 comments on commit 301b596

Please sign in to comment.