summaryrefslogtreecommitdiffstats
path: root/WHATS_NEW_DM
diff options
context:
space:
mode:
authorZdenek Kabelac <zkabelac@redhat.com>2012-02-10 14:48:28 +0000
committerZdenek Kabelac <zkabelac@redhat.com>2012-02-10 14:48:28 +0000
commit4d95ccc696a00ca1c050a7773756fd4bbedd9f0b (patch)
treeba0029582a048e4e9dbb1ff9e0f990698cb16258 /WHATS_NEW_DM
parent3b5834d78bb05bb3bab0b9cd99cbecd0ad3409fe (diff)
downloadlvm2-4d95ccc696a00ca1c050a7773756fd4bbedd9f0b.tar.gz
lvm2-4d95ccc696a00ca1c050a7773756fd4bbedd9f0b.tar.xz
lvm2-4d95ccc696a00ca1c050a7773756fd4bbedd9f0b.zip
Check for deps pointer before dererence
As _deps() call may return NULL - check for it.
Diffstat (limited to 'WHATS_NEW_DM')
-rw-r--r--WHATS_NEW_DM3
1 files changed, 2 insertions, 1 deletions
diff --git a/WHATS_NEW_DM b/WHATS_NEW_DM
index c6192568..634ec24a 100644
--- a/WHATS_NEW_DM
+++ b/WHATS_NEW_DM
@@ -1,6 +1,7 @@
Version 1.02.70 -
===================================
- Validate name and uuid params of dm_tree_add_new_dev_with_udev_flags().
+ Add pointer test for dependency check in _add_dev().
+ Validate name and uuid params of dm_tree_add_new_dev_with_udev_flags().
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.