I've attached a patch to fix the hand-written assembly code in script.S to
contain .note.GNU-stack marker to disable executable stack. GCC in Fedora
emits it in its assembler output by default, but since this is a
hand-written file, we need to explicitly specify it.
See
http://www.redhat.com/archives/fedora-devel-list/2003-November/msg00838.html for
more info.
Original issue reported on code.google.com by kalevlember@gmail.com on 26 Apr 2010 at 10:23
Original issue reported on code.google.com by
kalevlember@gmail.com
on 26 Apr 2010 at 10:23Attachments: