Skip to content

Commit

Permalink
add missing execstack note ; fixes #12
Browse files Browse the repository at this point in the history
  • Loading branch information
nlsandler committed Feb 6, 2024
1 parent c0ab7fb commit 14fb2e8
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -73,3 +73,4 @@ overlap_with_pointer:
# space for return value overlaps w/ space pointed to by argument, so exit with error code
movl $3, %edi
call exit
.section ".note.GNU-stack","",@progbits

0 comments on commit 14fb2e8

Please sign in to comment.