summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@gmail.com>2010-12-19 16:00:59 -0500
committerUlrich Drepper <drepper@gmail.com>2010-12-19 16:00:59 -0500
commitdb753e2cfb2051ebf20dc089f87c5b1297cc2cff (patch)
tree5d68eb522e716f4a0ed441e60bb6259bafc40418 /ChangeLog
parent283007197c526f8f59bdc029a38d76538c70b0ff (diff)
More accurate computatin of reclen in readdir_r.
Alignment issue can increase the reclen limit. Make sure Linux 64-bit readdir_r also accounts for 64-bit alignment in getdents.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 7650dbae4f..3db482a368 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2010-12-19 Ulrich Drepper <drepper@gmail.com>
+
+ * sysdeps/unix/readdir_r.c (__READDIR_R): Compute reclen more accurate.
+ * sysdeps/unix/sysv/linux/wordsize-64/readdir_r.c: Define
+ GETDENTS_64BIT_ALIGNED.
+
2010-12-14 Ulrich Drepper <dreper@gmail.com>
* sysdeps/i386/i686/multiarch/strcmp.S: Undo accident checkin.