Bug 735650
Summary: | memory leak on virNetTLSContextCheckCertificate and testTLSSessionInit | ||||||
---|---|---|---|---|---|---|---|
Product: | Red Hat Enterprise Linux 6 | Reporter: | Alex Jia <ajia> | ||||
Component: | libvirt | Assignee: | Osier Yang <jyang> | ||||
Status: | CLOSED ERRATA | QA Contact: | Virtualization Bugs <virt-bugs> | ||||
Severity: | medium | Docs Contact: | |||||
Priority: | high | ||||||
Version: | 6.2 | CC: | dallan, dyuan, eblake, rwu, veillard, weizhan, xhu | ||||
Target Milestone: | rc | ||||||
Target Release: | --- | ||||||
Hardware: | x86_64 | ||||||
OS: | Linux | ||||||
Whiteboard: | |||||||
Fixed In Version: | libvirt-0.9.4-11.el6 | Doc Type: | Bug Fix | ||||
Doc Text: | Story Points: | --- | |||||
Clone Of: | Environment: | ||||||
Last Closed: | 2011-12-06 11:28:24 UTC | Type: | --- | ||||
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: | 743047 | ||||||
Attachments: |
|
Description
Alex Jia
2011-09-04 15:31:07 UTC
Created attachment 521379 [details]
virnettlscontexttest-by-valgrind.log
Patches for upstream and wait for developers review: http://www.redhat.com/archives/libvir-list/2011-September/msg00263.html http://www.redhat.com/archives/libvir-list/2011-September/msg00264.html Alex Patches have been pushed, Osier, you may move the bug to POST status. commit db8ffc2dfb0c21eeb179f689252d72b17dea0b94 Author: Alex Jia <ajia> Date: Sun Sep 4 23:48:42 2011 +0800 rpc: avoid memory leak on virNetTLSContextValidCertificate * src/rpc/virnettlscontext.c: fix memory leak on virNetTLSContextValidCertificate. commit 3a89819de81661d1b2058b7bbc21e1d54ed67edf Author: Alex Jia <ajia> Date: Sun Sep 4 23:48:41 2011 +0800 tests: avoid memory leak on testTLSSessionInit * tests/virnettlscontexttest: fix memory leak on virnettlscontext test case. 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/RHBA-2011-1513.html |