1
0
mirror of git://sourceware.org/git/lvm2.git synced 2025-03-10 16:58:47 +03:00
Zdenek Kabelac 32febed8d5 segtype: replace mempool allocation
So this is a bit more complex and possibly worth futher checking.

ATM  clvmd drops  cmd->mem  mempool AFTER refresh of cmd.
So anything allocating from cmd->mem during toolcontext init
will likely die at some point in time.

As a quick fix - just use regular malloc/free for 'dso' alloction.

It's worth to note -  cmd->libmem seems to be often misused
causing hidden memleaking for clvmd.
2018-02-13 19:11:28 +01:00
..
2017-06-22 20:17:18 +02:00
2016-04-29 19:47:15 +01:00
2016-01-21 12:11:37 +01:00
2018-02-12 22:15:03 +01:00
2017-12-04 23:45:26 +00:00
2016-01-21 12:11:37 +01:00
2016-01-21 12:11:37 +01:00
2018-02-13 19:11:28 +01:00
2018-02-13 19:11:28 +01:00
2016-01-21 12:11:37 +01:00
2016-10-03 17:49:56 +02:00