Re: [PATCH 07/11] numa: Check for qemu_strtosz_MiB error

2023-05-08 Thread Eric Blake
On Mon, May 08, 2023 at 03:03:39PM -0500, Eric Blake wrote: > As shown in the previous commit, qemu_strtosz_MiB sometimes leaves the > result value untoutched (we have to audit further to learn that in untouched > that case, the QAPI generator says that visit_type_NumaOptions() will > have zero-i

[PATCH 07/11] numa: Check for qemu_strtosz_MiB error

2023-05-08 Thread Eric Blake
As shown in the previous commit, qemu_strtosz_MiB sometimes leaves the result value untoutched (we have to audit further to learn that in that case, the QAPI generator says that visit_type_NumaOptions() will have zero-initialized it), and sometimes leaves it with the value of a partial parse before