[ scummvm-Bugs-2014663 ] builds with unneeded executable stack

SourceForge.net noreply at sourceforge.net
Thu Jul 10 03:57:26 CEST 2008


Bugs item #2014663, was opened at 2008-07-09 18:57
Message generated for change (Tracker Item Submitted) made by Item Submitter
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=418820&aid=2014663&group_id=37116

Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: Unknown Crash/Other
Group: All Games
Status: Open
Resolution: None
Priority: 5
Private: No
Submitted By: Kees Cook (keescook)
Assigned to: Nobody/Anonymous (nobody)
Summary: builds with unneeded executable stack

Initial Comment:
The attached patch gets rid of unneeded executable stack markings in the final ELF:

  GNU_STACK      0x000000 0x00000000 0x00000000 0x00000 0x00000 RW  0x4

vs the current:

  GNU_STACK      0x000000 0x00000000 0x00000000 0x00000 0x00000 RWE 0x4

I noticed this while doing executable stack reviews in Ubuntu, but saw that Fedora has been carrying this patch for a while now.

http://cvs.fedoraproject.org/viewcvs/devel/scummvm/scummvm-0.9.1-no-execstack.patch?view=markup

----------------------------------------------------------------------

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=418820&aid=2014663&group_id=37116




More information about the Scummvm-tracker mailing list