summaryrefslogtreecommitdiffstats
path: root/WHATS_NEW_DM
diff options
context:
space:
mode:
authorZdenek Kabelac <zkabelac@redhat.com>2012-03-01 10:07:38 +0000
committerZdenek Kabelac <zkabelac@redhat.com>2012-03-01 10:07:38 +0000
commit521ddeaecc7fb6eba0111fd82704abc03ebe81c7 (patch)
tree0be3494f183a0055e2552d8c35fa156201bacf84 /WHATS_NEW_DM
parentf9467799c171d66fe7f73a095050f8a08149b7b6 (diff)
downloadlvm2-521ddeaecc7fb6eba0111fd82704abc03ebe81c7.tar.gz
lvm2-521ddeaecc7fb6eba0111fd82704abc03ebe81c7.tar.xz
lvm2-521ddeaecc7fb6eba0111fd82704abc03ebe81c7.zip
Check for version string buffer
Since lvm seems to call driver_version(NULL, 0) this would lead to crash. Though the combination of the code is probably very hard to hit. If the user doesn't supply version buffer, just skip printing to buffer.
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 98f10199..f44a89fd 100644
--- a/WHATS_NEW_DM
+++ b/WHATS_NEW_DM
@@ -1,5 +1,6 @@
Version 1.02.73 -
====================================
+ Support dm_task_get_driver_version() query without version string.
Log failure of pthread_join when cleaning unused threads in dmeventd.
Fix empty string warning logic in _find_config_str. (1.02.68)
Fix dm_task_set_name to properly resolve path to dm name (1.02.71).