aboutsummaryrefslogtreecommitdiff
path: root/WHATS_NEW
diff options
context:
space:
mode:
authorZdenek Kabelac <zkabelac@redhat.com>2013-05-13 12:59:38 +0200
committerZdenek Kabelac <zkabelac@redhat.com>2013-05-13 13:13:20 +0200
commit55fe07ad98315d9471a86affd0680749e349a0a6 (patch)
treedf4e026a59c189165920d1d2d19aae15ccd54ea2 /WHATS_NEW
parente926f22457774596d6051aa9e8ee22b884f2299d (diff)
downloadlvm2-55fe07ad98315d9471a86affd0680749e349a0a6.tar.gz
mm: fix leak in fail path
If the dm_realloc would fail, the already allocate _maps_buffer memory would have been lost (overwritten with NULL). Fix this by using temporary line buffer. Also add a minor cleanup to set end of buffer to '\0', only when we really know the file size fits the preallocated buffer.
Diffstat (limited to 'WHATS_NEW')
-rw-r--r--WHATS_NEW1
1 files changed, 1 insertions, 0 deletions
diff --git a/WHATS_NEW b/WHATS_NEW
index 2cdd0cdda..11d3e6fd8 100644
--- a/WHATS_NEW
+++ b/WHATS_NEW
@@ -1,5 +1,6 @@
Version 2.02.99 -
===================================
+ Fix memory resource leak in memlocking error path.
Fix premature DM version checking which caused useless mapper/control access.
Add "active" LV reporting field to show activation state.
Add "monitor" segment reporting field to show dmevent monitoring status.