[PATCH 0/2] virlockspace: Fix two more crashes of virtlockd on the exec-restart code path

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.1615540951.git.pkrempa@redhat.com
src/util/virlockspace.c | 6 ++----
1 file changed, 2 insertions(+), 4 deletions(-)
[PATCH 0/2] virlockspace: Fix two more crashes of virtlockd on the exec-restart code path
Posted by Peter Krempa 3 years, 1 month ago
Peter Krempa (2):
  virLockSpacePreExecRestart: Avoid use-after-free
  virLockSpaceNewPostExecRestart: Fix out-of-bounds array access

 src/util/virlockspace.c | 6 ++----
 1 file changed, 2 insertions(+), 4 deletions(-)

-- 
2.29.2

Re: [PATCH 0/2] virlockspace: Fix two more crashes of virtlockd on the exec-restart code path
Posted by Michal Privoznik 3 years, 1 month ago
On 3/12/21 10:23 AM, Peter Krempa wrote:
> Peter Krempa (2):
>    virLockSpacePreExecRestart: Avoid use-after-free
>    virLockSpaceNewPostExecRestart: Fix out-of-bounds array access
> 
>   src/util/virlockspace.c | 6 ++----
>   1 file changed, 2 insertions(+), 4 deletions(-)
> 

Reviewed-by: Michal Privoznik <mprivozn@redhat.com>

Michal