[GHC] #9029: [CID43142] Check return value of sigaction

GHC ghc-devs at haskell.org
Wed Apr 23 19:19:00 UTC 2014


#9029: [CID43142] Check return value of sigaction
------------------------------------+-------------------------------------
       Reporter:  nicolast          |             Owner:  simonmar
           Type:  bug               |            Status:  new
       Priority:  normal            |         Milestone:
      Component:  Runtime System    |           Version:  7.8.2
       Keywords:  coverity          |  Operating System:  Unknown/Multiple
   Architecture:  Unknown/Multiple  |   Type of failure:  None/Unknown
     Difficulty:  Unknown           |         Test Case:
     Blocked By:                    |          Blocking:
Related Tickets:                    |
------------------------------------+-------------------------------------
 Coverity pointed at a location where the return value of sigaction isn't
 checked, unlike other occurrences of the function call.

 This patch adds the call, in line with other code.

--
Ticket URL: <http://ghc.haskell.org/trac/ghc/ticket/9029>
GHC <http://www.haskell.org/ghc/>
The Glasgow Haskell Compiler


More information about the ghc-tickets mailing list