[GHC] #703: all binaries built by ghc have executable stacks

GHC ghc-devs at haskell.org
Fri Jun 14 05:58:50 CEST 2013


#703: all binaries built by ghc have executable stacks
-----------------------------+----------------------------------------------
  Reporter:  duncan          |          Owner:                            
      Type:  merge           |         Status:  new                       
  Priority:  normal          |      Milestone:  6.6.1                     
 Component:  Compiler (NCG)  |        Version:  7.6.3                     
Resolution:                  |       Keywords:                            
        Os:  Linux           |   Architecture:  Unknown/Multiple          
   Failure:  None/Unknown    |     Difficulty:  Moderate (less than a day)
  Testcase:  N/A             |      Blockedby:                            
  Blocking:                  |        Related:                            
-----------------------------+----------------------------------------------

Comment(by fpishard):

 Expected output should be something like,


 {{{
 ✗ checksec.sh --file hello-goo
 RELRO           STACK CANARY      NX            PIE             RPATH
 RUNPATH      FILE
 Partial RELRO   No canary found   NX enabled    No PIE          No RPATH
 No RUNPATH   hello-good
 }}}

 You can get checksec.sh from http://www.trapkit.de/tools/checksec.html

-- 
Ticket URL: <http://hackage.haskell.org/trac/ghc/ticket/703#comment:14>
GHC <http://www.haskell.org/ghc/>
The Glasgow Haskell Compiler



More information about the ghc-tickets mailing list