#3910: +RTS options introduce a security problem for, e.g., setuid binaries
------------------------------------------+---------------------------------
  Reporter:  andersk                      |          Owner:                  
      Type:  bug                          |         Status:  new             
  Priority:  normal                       |      Milestone:                  
 Component:  Runtime System               |        Version:  7.1             
Resolution:                               |       Keywords:                  
  Testcase:                               |      Blockedby:                  
Difficulty:                               |             Os:  Unknown/Multiple
  Blocking:                               |   Architecture:  Unknown/Multiple
   Failure:  Incorrect result at runtime  |  
------------------------------------------+---------------------------------
Changes (by nad):

  * owner:  igloo =>
  * status:  closed => new
  * version:  6.12.1 => 7.1
  * resolution:  fixed =>


Comment:

 This bug seems to have been closed prematurely. With GHC 7.0.1 RC2
 (20101028):

 {{{
 $ echo "main = return ()" > Main.hs && ghc Main.hs && GHCRTS=-tfoo ./Main
 && cat foo

 [1 of 1] Compiling Main             ( Main.hs, Main.o )
 Linking Main ...
 ./Main +RTS -tfoo
 <<ghc: 43556 bytes, 1 GCs, 26120/26120 avg/max bytes residency (1
 samples), 1M in use, 0.00 INIT (0.00 elapsed), 0.00 MUT (0.00 elapsed),
 0.00 GC (0.00 elapsed) :ghc>>
 }}}

-- 
Ticket URL: <http://hackage.haskell.org/trac/ghc/ticket/3910#comment:4>
GHC <http://www.haskell.org/ghc/>
The Glasgow Haskell Compiler
_______________________________________________
Glasgow-haskell-bugs mailing list
[email protected]
http://www.haskell.org/mailman/listinfo/glasgow-haskell-bugs

Reply via email to