[libvirt] [PATCH 2/2] virLogManagerDomainReadLogFile: Don't do dummy allocs

Ján Tomko jtomko at redhat.com
Mon Jan 18 12:30:54 UTC 2016


On Mon, Jan 18, 2016 at 11:39:35AM +0100, Michal Privoznik wrote:
> Since we pass a dummy variables @fdout and @fdoutlen into
> virNetClientProgramCall() we make it alloc @fdout array (even
> though it's array of 0 elements since vitlogd can hardly pass us
> some FDs at this stage). Nevertheless, it's an allocation not
> followed by free():
> 
> ==29385== 0 bytes in 60 blocks are definitely lost in loss record 2 of 1,009
> ==29385==    at 0x4C2C070: calloc (in /usr/lib64/valgrind/vgpreload_memcheck-amd64-linux.so)
> ==29385==    by 0x54B99EF: virAllocN (viralloc.c:191)
> ==29385==    by 0x56821B1: virNetClientProgramCall (virnetclientprogram.c:359)
> ==29385==    by 0x563B304: virLogManagerDomainReadLogFile (log_manager.c:272)
> ==29385==    by 0x217CD613: qemuDomainLogContextRead (qemu_domain.c:2485)
> ==29385==    by 0x217EDC76: qemuProcessReadLog (qemu_process.c:1660)
> ==29385==    by 0x217EDE1D: qemuProcessReportLogError (qemu_process.c:1696)
> ==29385==    by 0x217EE8C1: qemuProcessWaitForMonitor (qemu_process.c:1957)
> ==29385==    by 0x217F6636: qemuProcessLaunch (qemu_process.c:4955)
> ==29385==    by 0x217F71A4: qemuProcessStart (qemu_process.c:5152)
> ==29385==    by 0x21846582: qemuDomainObjStart (qemu_driver.c:7396)
> ==29385==    by 0x218467DE: qemuDomainCreateWithFlags (qemu_driver.c:7450)
> 
> Signed-off-by: Michal Privoznik <mprivozn at redhat.com>
> ---
>  src/logging/log_manager.c | 4 +---
>  1 file changed, 1 insertion(+), 3 deletions(-)

ACK

Jan
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 819 bytes
Desc: Digital signature
URL: <http://listman.redhat.com/archives/libvir-list/attachments/20160118/214daaea/attachment-0001.sig>


More information about the libvir-list mailing list