summaryrefslogtreecommitdiffstats
path: root/WHATS_NEW_DM
diff options
context:
space:
mode:
authorZdenek Kabelac <zkabelac@redhat.com>2012-02-10 14:00:07 +0000
committerZdenek Kabelac <zkabelac@redhat.com>2012-02-10 14:00:07 +0000
commit2c711a2502ae1a254fe5837f8021f46c31e3c812 (patch)
treec8772d472e7f118559a4ca56f6f5d9c6cf04a057 /WHATS_NEW_DM
parent36ddbdbbe2082f8832218e70ae0d62f6e77c7a28 (diff)
downloadlvm2-2c711a2502ae1a254fe5837f8021f46c31e3c812.tar.gz
lvm2-2c711a2502ae1a254fe5837f8021f46c31e3c812.tar.xz
lvm2-2c711a2502ae1a254fe5837f8021f46c31e3c812.zip
Do not crash for NULL sort_key
Guard against NULL pointer for sort_key and let it behave like an empty string would have been passed in (i.e. no key).
Diffstat (limited to 'WHATS_NEW_DM')
-rw-r--r--WHATS_NEW_DM1
1 files changed, 1 insertions, 0 deletions
diff --git a/WHATS_NEW_DM b/WHATS_NEW_DM
index 2c4a70ff..44a656c3 100644
--- a/WHATS_NEW_DM
+++ b/WHATS_NEW_DM
@@ -1,5 +1,6 @@
Version 1.02.70 -
===================================
+ Do not crash for dm_report_init() sort_key == NULL and behave like "".
Return error for failing allocation in dm_asprintf().
Add missing test for failing allocation in dm_realloc() code.
Add test for memory allocation failures in regex matcher code.