All of lore.kernel.org
 help / color / mirror / Atom feed
* [Qemu-devel] [PATCH v3 0/4] Fix some errors spotted by Coverity
@ 2014-06-10  9:20 arei.gonglei
  2014-06-10  9:20 ` [Qemu-devel] [PATCH v3 1/4] json-parser: drop superfluous assignment for token variable arei.gonglei
                   ` (3 more replies)
  0 siblings, 4 replies; 15+ messages in thread
From: arei.gonglei @ 2014-06-10  9:20 UTC (permalink / raw)
  To: qemu-devel
  Cc: weidong.huang, luonengjun, lcapitulino, Gonglei, av1474, kraxel,
	stefanha, pbonzini

From: Gonglei <arei.gonglei@huawei.com>

Fix some errors spotted by Coverity.

Changes since v2:
 * remove a duplicate patch about block
 * fix changelog about json-parser suggested by Luiz
 * remove a patch which have been applied about vnc.

Changes since v1:
 * rebase on Laszlo's patch set about dump
 * remove a patch for smbus
 * rework two patches by Paolo and Stefan's suggestion

Gonglei (4):
  json-parser: drop superfluous assignment for token variable
  qemu-bridge-helper: Fix fd leak in main()
  audio: Fix using freed pointer in wav_fini_out()
  vga: Fix divide-by-zero in vga_update_text

 audio/wavaudio.c      |  4 ++--
 hw/display/vga.c      |  2 +-
 qemu-bridge-helper.c  |  9 +++++++--
 qobject/json-parser.c | 15 ++-------------
 4 files changed, 12 insertions(+), 18 deletions(-)

-- 
1.7.12.4

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

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

Thread overview: 15+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-06-10  9:20 [Qemu-devel] [PATCH v3 0/4] Fix some errors spotted by Coverity arei.gonglei
2014-06-10  9:20 ` [Qemu-devel] [PATCH v3 1/4] json-parser: drop superfluous assignment for token variable arei.gonglei
2014-06-10 12:35   ` Eric Blake
2014-06-10 14:57   ` Luiz Capitulino
2014-06-10  9:20 ` [Qemu-devel] [PATCH v3 2/4] qemu-bridge-helper: Fix fd leak in main() arei.gonglei
2014-06-11 11:31   ` Stefan Hajnoczi
2014-06-10  9:20 ` [Qemu-devel] [PATCH v3 3/4] audio: Fix using freed pointer in wav_fini_out() arei.gonglei
2014-06-10 10:05   ` Peter Maydell
2014-06-12 10:31     ` Gerd Hoffmann
2014-06-12 13:05       ` Gonglei (Arei)
2014-06-12 13:38         ` Gerd Hoffmann
2014-06-10  9:20 ` [Qemu-devel] [PATCH v3 4/4] vga: Fix divide-by-zero in vga_update_text arei.gonglei
2014-06-12 10:43   ` Gerd Hoffmann
2014-06-12 11:07     ` Paolo Bonzini
2014-06-12 12:58     ` Gonglei (Arei)

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.