summaryrefslogtreecommitdiffstats
path: root/WHATS_NEW
diff options
context:
space:
mode:
authorZdenek Kabelac <zkabelac@redhat.com>2012-08-23 11:01:00 +0200
committerZdenek Kabelac <zkabelac@redhat.com>2012-08-23 14:34:54 +0200
commited53b4b6740973411acee52a31fca9c48c585dab (patch)
tree6c9ea5692d064495e9c249e028db0dd3293bd3ce /WHATS_NEW
parent3685701529e0d25a17a7fd7874e276fc441cad7c (diff)
downloadlvm2-ed53b4b6740973411acee52a31fca9c48c585dab.tar.gz
lvm2-ed53b4b6740973411acee52a31fca9c48c585dab.tar.xz
lvm2-ed53b4b6740973411acee52a31fca9c48c585dab.zip
lvmetad: do not deref NULL pointer
Call log only for req.cft != NULL.
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 dc3b29e0..1dcc5c28 100644
--- a/WHATS_NEW
+++ b/WHATS_NEW
@@ -1,5 +1,6 @@
Version 2.02.98
=================================
+ Fix dereference of NULL in lvmetad error path logging.
Fix buffer memory leak in lvmetad logging.
Use 'ignore' discards for thin metadata created with older versions.
Use proper condition to check for unsupported discards settings.