Re: [PATCH 11/19] smbios: clear smbios_tables pointer after freeing

2024-03-04 Thread Igor Mammedov
On Mon, 4 Mar 2024 19:24:06 +0530 Ani Sinha wrote: > > On 27-Feb-2024, at 21:17, Igor Mammedov wrote: > > > > that will avoid double free if smbios_get_tables() is called > > multiple times. > > > > Signed-off-by: Igor Mammedov > > Maybe we can squash this with patch 10. Ok, I'll squash it

Re: [PATCH 11/19] smbios: clear smbios_tables pointer after freeing

2024-03-04 Thread Ani Sinha
> On 27-Feb-2024, at 21:17, Igor Mammedov wrote: > > that will avoid double free if smbios_get_tables() is called > multiple times. > > Signed-off-by: Igor Mammedov Maybe we can squash this with patch 10. Other than that, Reviewed-by: Ani Sinha > --- > hw/smbios/smbios.c | 2 ++ > 1 fil