qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [Qemu-devel] [PATCH v3 0/3] Fix some qapi assert()
@ 2016-09-22 18:48 Marc-André Lureau
  2016-09-22 18:48 ` [Qemu-devel] [PATCH v3 1/3] qmp: fix object-add assert() without props Marc-André Lureau
                   ` (2 more replies)
  0 siblings, 3 replies; 6+ messages in thread
From: Marc-André Lureau @ 2016-09-22 18:48 UTC (permalink / raw)
  To: qemu-devel
  Cc: paolo.bonzini, berrange, qemu-stable, eblake, armbru,
	Marc-André Lureau

Hi,

The following series fixes 2 triggerable asserts in qmp code:
- object-add assert() without props
- input visitor may assert() on missing parameter

v3:
- fix docker build
- rename qemu-qmp-test -> test-qemu-qmp
- add r-b tags

Marc-André Lureau (3):
  qmp: fix object-add assert() without props
  qapi: fix crash when a parameter is missing
  tests: start generic qemu-qmp tests

 qapi/qmp-input-visitor.c | 11 +++++++++
 qmp.c                    |  8 +++++--
 tests/test-qemu-qmp.c    | 61 ++++++++++++++++++++++++++++++++++++++++++++++++
 tests/Makefile.include   |  2 ++
 4 files changed, 80 insertions(+), 2 deletions(-)
 create mode 100644 tests/test-qemu-qmp.c

-- 
2.10.0

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

end of thread, other threads:[~2016-09-22 19:23 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-09-22 18:48 [Qemu-devel] [PATCH v3 0/3] Fix some qapi assert() Marc-André Lureau
2016-09-22 18:48 ` [Qemu-devel] [PATCH v3 1/3] qmp: fix object-add assert() without props Marc-André Lureau
2016-09-22 18:48 ` [Qemu-devel] [PATCH v3 2/3] qapi: fix crash when a parameter is missing Marc-André Lureau
2016-09-22 18:48 ` [Qemu-devel] [PATCH v3 3/3] tests: start generic qemu-qmp tests Marc-André Lureau
2016-09-22 19:13   ` Eric Blake
2016-09-22 19:23   ` Eric Blake

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).