summaryrefslogtreecommitdiff
path: root/Changelog
diff options
context:
space:
mode:
authorjkar8572 <jkar8572>2010-05-10 07:10:57 +0000
committerjkar8572 <jkar8572>2010-05-10 07:10:57 +0000
commit5b9c30f584a4f36aceade621341c084b840dfaff (patch)
tree490ac6b5eb573419c392b594271c24e2012f6cbb /Changelog
parentf3553cfee6701f98e27a30318f8b759bcbbca370 (diff)
We shouldn't pass NULL to XGETQSTAT quotactl since kernel either fails with
EFAULT or reads garbage from NULL address (which makes SELinux spit warnings). (Jan Kara)
Diffstat (limited to 'Changelog')
-rw-r--r--Changelog1
1 files changed, 1 insertions, 0 deletions
diff --git a/Changelog b/Changelog
index 23ff6ba..3d62471 100644
--- a/Changelog
+++ b/Changelog
@@ -1,4 +1,5 @@
Changes in quota-tools from 3.17 to 4.00-pre2
+* improve detection of XFS kernel quota interface (Jan Kara)
* support of GFS2 filesystem (Christoph Hellwig)
* avoid memory corruption of NULL address (Petr Pisar)
* fixup typos in manpages (Michael Meskes)