[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Qemu-stable] [PATCH v2 0/3] Fix some qapi assert()
From: |
Marc-André Lureau |
Subject: |
[Qemu-stable] [PATCH v2 0/3] Fix some qapi assert() |
Date: |
Thu, 22 Sep 2016 17:09:02 +0400 |
Hi,
The following series fixes 2 triggerable asserts in qmp code:
- object-add assert() without props
- input visitor may assert() on missing parameter
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/qemu-qmp-test.c | 61 ++++++++++++++++++++++++++++++++++++++++++++++++
tests/Makefile.include | 1 +
4 files changed, 79 insertions(+), 2 deletions(-)
create mode 100644 tests/qemu-qmp-test.c
--
2.10.0
- [Qemu-stable] [PATCH v2 0/3] Fix some qapi assert(),
Marc-André Lureau <=