[PATCH 0/2] fix crash on invalid construction of a gvariant

Peter Krempa posted 2 patches 3 years, 1 month ago
Test syntax-check failed
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/libvirt tags/patchew/cover.1615383609.git.pkrempa@redhat.com
src/util/virsystemd.c  | 5 +++--
tests/virsystemdtest.c | 2 +-
2 files changed, 4 insertions(+), 3 deletions(-)
[PATCH 0/2] fix crash on invalid construction of a gvariant
Posted by Peter Krempa 3 years, 1 month ago
Peter Krempa (2):
  virSystemdCreateMachine: Use proper format string for uint64_t when
    constructing gvariant
  virsystemdtest: Call at least one virSystemdCreateMachine with
    'maxthreads' > 0

 src/util/virsystemd.c  | 5 +++--
 tests/virsystemdtest.c | 2 +-
 2 files changed, 4 insertions(+), 3 deletions(-)

-- 
2.29.2

Re: [PATCH 0/2] fix crash on invalid construction of a gvariant
Posted by Pavel Hrdina 3 years, 1 month ago
On Wed, Mar 10, 2021 at 02:40:34PM +0100, Peter Krempa wrote:
> Peter Krempa (2):
>   virSystemdCreateMachine: Use proper format string for uint64_t when
>     constructing gvariant
>   virsystemdtest: Call at least one virSystemdCreateMachine with
>     'maxthreads' > 0

Reviewed-by: Pavel Hrdina <phrdina@redhat.com>