qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [Qemu-devel] [PATCH 0/2] linux-user: Fix uninitialized variables
@ 2014-03-12 13:05 Peter Maydell
  2014-03-12 13:06 ` [Qemu-devel] [PATCH 1/2] linux-user/signal.c: Correct error path for AArch64 do_rt_sigreturn Peter Maydell
  2014-03-12 13:06 ` [Qemu-devel] [PATCH 2/2] linux-user: Don't return uninitialized value for atomic_barrier syscall Peter Maydell
  0 siblings, 2 replies; 3+ messages in thread
From: Peter Maydell @ 2014-03-12 13:05 UTC (permalink / raw)
  To: qemu-devel; +Cc: Riku Voipio, patches

Fix a couple of uses of uninitialized variables in linux-user;
both spotted by clang as compile warnings.

Peter Maydell (2):
  linux-user/signal.c: Correct error path for AArch64 do_rt_sigreturn
  linux-user: Don't return uninitialized value for atomic_barrier
    syscall

 linux-user/signal.c  | 2 +-
 linux-user/syscall.c | 1 +
 2 files changed, 2 insertions(+), 1 deletion(-)

-- 
1.9.0

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2014-03-12 13:26 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-03-12 13:05 [Qemu-devel] [PATCH 0/2] linux-user: Fix uninitialized variables Peter Maydell
2014-03-12 13:06 ` [Qemu-devel] [PATCH 1/2] linux-user/signal.c: Correct error path for AArch64 do_rt_sigreturn Peter Maydell
2014-03-12 13:06 ` [Qemu-devel] [PATCH 2/2] linux-user: Don't return uninitialized value for atomic_barrier syscall Peter Maydell

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).