Re: [PATCH 1/1] ui: Replacing pointer in function

2023-10-25 Thread Миронов Сергей Владимирович
Hello! Is there any progress on this patch? От: Marc-André Lureau Отправлено: 16 октября 2023 г. 15:23:42 Кому: Миронов Сергей Владимирович Копия: kra...@redhat.com; qemu-devel@nongnu.org; Linux Verification Center Тема: Re: [PATCH 1/1] ui: Replacing pointer

Re: [PATCH 1/1] target/arm: Adding a check for the result of calling the CPU information check function

2023-10-17 Thread Миронов Сергей Владимирович
). От: Peter Maydell Отправлено: 16 октября 2023 г. 19:23 Кому: Миронов Сергей Владимирович Копия: qemu-devel@nongnu.org; qemu-...@nongnu.org Тема: Re: [PATCH 1/1] target/arm: Adding a check for the result of calling the CPU information check function On Thu, 12 Oct 2023 at 09:57, Sergey Mironov

Re: [PATCH 100742/100742] target/arm: Adding a check for the result of calling the CPU information check function

2023-10-12 Thread Миронов Сергей Владимирович
It was my mistake :) От: Philippe Mathieu-Daudé Отправлено: 12 октября 2023 г. 11:52:58 Кому: Миронов Сергей Владимирович; qemu-devel@nongnu.org; peter.mayd...@linaro.org; qemu-...@nongnu.org Тема: Re: [PATCH 100742/100742] target/arm: Adding a check

Re: [PATCHv2 1/1] Changes from [v1]:

2023-10-11 Thread Миронов Сергей Владимирович
OK, thanks Peter. I will show this when sending patches later. От: Peter Krempa Отправлено: 11 октября 2023 г. 11:30:48 Кому: Миронов Сергей Владимирович Копия: libvir-list@redhat.com Тема: Re: [PATCHv2 1/1] Changes from [v1]: On Wed, Oct 11, 2023 at 11:19:08

Re: [sdl-qemu] [PATCH 0/1] There are no checks, virDomainChrSourceDefNew can return 0

2023-09-14 Thread Миронов Сергей Владимирович
От: Peter Krempa Отправлено: 14 сентября 2023 г. 13:17 Кому: Миронов Сергей Владимирович Копия: libvirt-secur...@redhat.com; qemu-de...@nongnu.org; libvir-list@redhat.com; sdl.q...@linuxtesting.org Тема: Re: [sdl-qemu] [PATCH 0/1] There are no checks, virDomainChrSourceDefNew can return 0 CC

[sdl-qemu] [PATCH 1/1] No checks, dereferencing possible

2023-09-14 Thread Миронов Сергей Владимирович
No checks, dereferencing possible. Return value of a function 'virDomainChrSourceDefNew' is dereferenced at qemu_command.c without checking for NULL, but it is usually checked for this function. Found by Linux Verification Center (linuxtesting.org) with SVACE. Fixes: 1f85f0967b ("ci:

[sdl-qemu] [PATCH 0/1] There are no checks, virDomainChrSourceDefNew can return 0

2023-09-14 Thread Миронов Сергей Владимирович
There are no checks, virDomainChrSourceDefNew can return 0. Return value of a function 'virDomainChrSourceDefNew' is dereferenced at qemu_hotplug.c without checking for NULL, but it is usually checked for this function. Found by Linux Verification Center (linuxtesting.org) with SVACE.

[sdl-qemu] [PATCH 0/1] There are no checks, virDomainChrSourceDefNew can return 0

2023-09-14 Thread Миронов Сергей Владимирович
There are no checks, virDomainChrSourceDefNew can return 0. Return value of a function 'virDomainChrSourceDefNew' is dereferenced at qemu_hotplug.c without checking for NULL, but it is usually checked for this function. Found by Linux Verification Center (linuxtesting.org) with SVACE.

[sdl-qemu] [PATCH 1/1] No checks, dereferencing possible

2023-09-14 Thread Миронов Сергей Владимирович
No checks, dereferencing possible. Return value of a function 'virDomainChrSourceDefNew' is dereferenced at qemu_command.c without checking for NULL, but it is usually checked for this function. Found by Linux Verification Center (linuxtesting.org) with SVACE. Fixes: 1f85f0967b ("ci: