]> Git Repo - qemu.git/commit - exec.c
exec.c: Initialize sa_flags passed to sigaction()
authorPeter Maydell <[email protected]>
Tue, 15 May 2018 18:27:00 +0000 (19:27 +0100)
committerPaolo Bonzini <[email protected]>
Fri, 1 Jun 2018 13:13:46 +0000 (15:13 +0200)
commit8347c18506c3f8619527d19134cb4aac071dc54a
treebf2a7edb036e4e91fcf22a8cadd2d6c97c6f27df
parent4f938cbd90e7cf3004a6877ce579a11a87a4aa33
exec.c: Initialize sa_flags passed to sigaction()

Coverity points out that in the user-only version of cpu_abort() we
call sigaction() with a partially initialized struct sigaction
(CID 1005351). Correct the omission.

Signed-off-by: Peter Maydell <[email protected]>
Message-Id: <20180515182700[email protected]>
Signed-off-by: Paolo Bonzini <[email protected]>
exec.c
This page took 0.021495 seconds and 4 git commands to generate.