Bug 814080
Summary: | Syscall param rt_sigaction(act->sa_flags) points to uninitialised byte(s) | ||
---|---|---|---|
Product: | Red Hat Enterprise Linux 6 | Reporter: | Alex Jia <ajia> |
Component: | libvirt | Assignee: | Alex Jia <ajia> |
Status: | CLOSED ERRATA | QA Contact: | Virtualization Bugs <virt-bugs> |
Severity: | medium | Docs Contact: | |
Priority: | medium | ||
Version: | 6.3 | CC: | acathrow, dyasny, dyuan, eblake, mzhan, rwu, veillard |
Target Milestone: | rc | Keywords: | Reopened |
Target Release: | --- | ||
Hardware: | x86_64 | ||
OS: | Linux | ||
Whiteboard: | |||
Fixed In Version: | libvirt-0.9.10-14.el6 | Doc Type: | Bug Fix |
Doc Text: | Story Points: | --- | |
Clone Of: | Environment: | ||
Last Closed: | 2012-06-20 06:54:39 UTC | Type: | Bug |
Regression: | --- | Mount Type: | --- |
Documentation: | --- | CRM: | |
Verified Versions: | Category: | --- | |
oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
Cloudforms Team: | --- | Target Upstream Version: | |
Embargoed: | |||
Bug Depends On: | |||
Bug Blocks: | 811683 |
Description
Alex Jia
2012-04-19 08:03:17 UTC
Patch for upstream: https://www.redhat.com/archives/libvir-list/2012-April/msg00980.html In POST: commit 2aed9a97f86ed2fd868ca3240c07076e116ced7b Author: Eric Blake <eblake> Date: Thu Apr 19 16:51:11 2012 +0800 virsh: avoid uninitialized memory usage Detected by valgrind, via Alex Jia. Caused by imcomplete copy-and-paste from vshWatchJob in commit 3b96a892. * tools/virsh.c (cmdBlockPull): fix uninitialized memory usage. I marked this separately in bug 782457#c23, since that one had not been verified yet. *** This bug has been marked as a duplicate of bug 782457 *** Wrong bug comment; I meant: dup of bug 811683#c11 *** This bug has been marked as a duplicate of bug 811683 *** The issue has been fixed on rhel6.2 with libvirt-0.9.10-14.el6.x86_64. BTW, I will meet the following error. it should be a expected result, right? error: unsupported configuration: block jobs not supported with this QEMU binary Move the bug to verified status based on Comment 9. Since the problem described in this bug report should be resolved in a recent advisory, it has been closed with a resolution of ERRATA. For information on the advisory, and where to find the updated files, follow the link below. If the solution does not work for you, open a new bug report. http://rhn.redhat.com/errata/RHSA-2012-0748.html |