On Tue, 26 Sept 2023 at 21:16, Vladimir Sementsov-Ogievskiy <vsement...@yandex-team.ru> wrote: > > Coverity signals that variable as being used uninitialized. And really, > when work with external APIs that's better to zero out the structure, > where we set some fields by hand. > > Signed-off-by: Vladimir Sementsov-Ogievskiy <vsement...@yandex-team.ru> > --- Reviewed-by: Peter Maydell <peter.mayd...@linaro.org>
thanks -- PMM