From db753e2cfb2051ebf20dc089f87c5b1297cc2cff Mon Sep 17 00:00:00 2001 From: Ulrich Drepper Date: Sun, 19 Dec 2010 16:00:59 -0500 Subject: 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. --- ChangeLog | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 7650dbae4f..3db482a368 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2010-12-19 Ulrich Drepper + + * 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 * sysdeps/i386/i686/multiarch/strcmp.S: Undo accident checkin. -- cgit v1.2.3