summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorFlorian Weimer <fweimer@redhat.com>2015-06-05 15:18:14 +0200
committerFlorian Weimer <fweimer@redhat.com>2015-06-05 15:21:31 +0200
commita330baa05bf827b67a6391721fa3ab2f72f1f4dc (patch)
tree18903b82fcdff962fcd6f5a71857e9d30e19afe8 /ChangeLog
parent02242448bf431a69fd0b8c929ca4408a05479baa (diff)
Commit 7fe9e2e089f4990b7d18d0798f591ab276b15f2b fixes [BZ# 17322]
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog1
1 files changed, 1 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index e433130330..b4605e2223 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -6,6 +6,7 @@
2015-06-05 Florian Weimer <fweimer@redhat.com>
[BZ #15661]
+ [BZ #17322]
* sysdeps/posix/posix_fallocate64.c (__posix_fallocate64_l64):
Check for overflow properly. Check for O_APPEND. Ignore large
file system block sizes. Add comments about problems.