Re: [PATCH v2] Check and report for incomplete 'global' option format

2022-02-15 Thread Rohit Kumar
On 15/02/22 3:00 pm, Markus Armbruster wrote: Rohit Kumar writes: Qemu might crash when provided incomplete '-global' option. For example: qemu-system-x86_64 -global driver=isa-fdc qemu-system-x86_64: ../../devel/qemu/qapi/string-input-visitor.c:394: string_input_v

Re: [PATCH v2] Check and report for incomplete 'global' option format

2022-02-15 Thread Markus Armbruster
Rohit Kumar writes: > Qemu might crash when provided incomplete '-global' option. > For example: > qemu-system-x86_64 -global driver=isa-fdc > qemu-system-x86_64: ../../devel/qemu/qapi/string-input-visitor.c:394: > string_input_visitor_new: Assertion `str' failed. >

[PATCH v2] Check and report for incomplete 'global' option format

2022-02-14 Thread Rohit Kumar
Qemu might crash when provided incomplete '-global' option. For example: qemu-system-x86_64 -global driver=isa-fdc qemu-system-x86_64: ../../devel/qemu/qapi/string-input-visitor.c:394: string_input_visitor_new: Assertion `str' failed. Aborted (core dumped) Resolves: