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