#1258: Insecure temporary file creation
----------------------------+-----------------------------------------------
Reporter: greenrd | Owner:
Type: bug | Status: new
Priority: normal | Milestone: 6.6.2
Component: libraries/base | Version: 6.6
Severity: major | Resolution:
Keywords: security | Difficulty: Easy (1 hr)
Testcase: | Architecture: Multiple
Os: Multiple |
----------------------------+-----------------------------------------------
Changes (by igloo):
* milestone: => 6.6.2
Comment:
The flags to C's open include `O_CREAT` and `O_EXCL` so we're OK on local
filesystems. When file systems like NFS get involved things aren't so
rosy, which we should either fix or document.
--
Ticket URL: <http://hackage.haskell.org/trac/ghc/ticket/1258>
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