Bug 819636
Summary: | virsh heap corruption due to bad memmove | ||
---|---|---|---|
Product: | Red Hat Enterprise Linux 6 | Reporter: | Eric Blake <eblake> |
Component: | libvirt | Assignee: | Eric Blake <eblake> |
Status: | CLOSED ERRATA | QA Contact: | Virtualization Bugs <virt-bugs> |
Severity: | unspecified | Docs Contact: | |
Priority: | unspecified | ||
Version: | 6.3 | CC: | acathrow, bsarathy, dallan, dyasny, dyuan, mjenner, mzhan, rwu, whuang, zhpeng |
Target Milestone: | rc | ||
Target Release: | --- | ||
Hardware: | Unspecified | ||
OS: | Unspecified | ||
Whiteboard: | |||
Fixed In Version: | libvirt-0.9.10-17.el6 | Doc Type: | Bug Fix |
Doc Text: | Story Points: | --- | |
Clone Of: | Environment: | ||
Last Closed: | 2012-06-20 06:58:12 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: | 638510 | ||
Bug Blocks: |
Description
Eric Blake
2012-05-07 19:48:05 UTC
Verify this bug : libvirt-0.9.10-18.el6.x86_64 there is not "invalid write of size 1" error #valgrind virsh -c test:///default snapshot-create-as test --print-xml --diskspec vda,file=a,,b ... ==29018== HEAP SUMMARY: ==29018== in use at exit: 127,906 bytes in 1,362 blocks ==29018== total heap usage: 6,496 allocs, 5,134 frees, 850,278 bytes allocated ==29018== ==29018== LEAK SUMMARY: ==29018== definitely lost: 0 bytes in 0 blocks ==29018== indirectly lost: 0 bytes in 0 blocks ==29018== possibly lost: 0 bytes in 0 blocks ==29018== still reachable: 127,906 bytes in 1,362 blocks ==29018== suppressed: 0 bytes in 0 blocks ==29018== Rerun with --leak-check=full to see details of leaked memory ==29018== ==29018== For counts of detected and suppressed errors, rerun with: -v ==29018== Use --track-origins=yes to see where uninitialised values come from ==29018== ERROR SUMMARY: 45 errors from 10 contexts (suppressed: 8 from 6) 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 |