Re: [PATCH v2 1/2] hw/smbios: Fix OEM strings table option validation

2024-01-29 Thread Ani Sinha
> On 29-Jan-2024, at 13:33, Akihiko Odaki wrote: > > qemu_smbios_type11_opts did not have the list terminator and that > resulted in out-of-bound memory access. It also needs to have an element > for the type option. > > Cc: qemu-sta...@nongnu.org > Fixes: 2d6dcbf93fb0 ("smbios: support setti

[PATCH v2 1/2] hw/smbios: Fix OEM strings table option validation

2024-01-29 Thread Akihiko Odaki
qemu_smbios_type11_opts did not have the list terminator and that resulted in out-of-bound memory access. It also needs to have an element for the type option. Cc: qemu-sta...@nongnu.org Fixes: 2d6dcbf93fb0 ("smbios: support setting OEM strings table") Signed-off-by: Akihiko Odaki Reviewed-by: Mi