[lvm-devel] [PATCH 4/6] vg mempool: fix archiver code

Milan Broz mbroz at redhat.com
Wed Apr 8 11:15:09 UTC 2009


Petr Rockai wrote:
> Milan Broz <mbroz at redhat.com> writes:
>> +	vg_release(vg);
> Check. Actually looks much more robust. While looking through the code, I have
> noticed that there is likely still a leak in there though, since
> create_text_context will call dm_pool_alloc/dm_pool_strdup a few times. If I
> understand dm_pool_free correctly, this only frees the part of the pool from
> the "vg" pointer till end of the pool, so the leak has been there even
> before. You might want to fix that by calling dm_pool_free(cmd->mem, context)
> besides the vg_release. (This all needs double-checking though.)

There are more such places in code for sure, some structures are even allocated
from global mempool still. (I have at least one more patch in my queue).

But this can be fixed in subsequent patches - my main intention was to put
vg_release to correct places in code (otherwise it will leak the whole pool).

Milan




More information about the lvm-devel mailing list