[PATCH 0/3] Fix some crashes when using -object

Eduardo Habkost posted 3 patches 5 years, 1 month ago
Test checkpatch passed
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20201008202713.1416823-1-ehabkost@redhat.com
Maintainers: Vikram Garhwal <fnu.vikram@xilinx.com>, Pavel Pisa <pisa@cmp.felk.cvut.cz>, Jason Wang <jasowang@redhat.com>
authz/listfile.c                  |  5 ++++
net/can/can_socketcan.c           |  5 ++++
tests/acceptance/object_option.py | 49 +++++++++++++++++++++++++++++++
3 files changed, 59 insertions(+)
create mode 100644 tests/acceptance/object_option.py
[PATCH 0/3] Fix some crashes when using -object
Posted by Eduardo Habkost 5 years, 1 month ago
Fix two crashes when using `-object` with no extra arguments, and
add a acceptance test case to detect similar crashes in the
future.

Eduardo Habkost (3):
  authz-list-file: Fix crash when filename is not set
  can-host-socketcan: Fix crash when 'if' option is not set
  tests/acceptance: Test case for detecting -object crashes

 authz/listfile.c                  |  5 ++++
 net/can/can_socketcan.c           |  5 ++++
 tests/acceptance/object_option.py | 49 +++++++++++++++++++++++++++++++
 3 files changed, 59 insertions(+)
 create mode 100644 tests/acceptance/object_option.py

-- 
2.26.2