about summary refs log tree commit diff
path: root/NEWS
diff options
context:
space:
mode:
authorAurelien Jarno <aurelien@aurel32.net>2022-11-01 20:43:55 +0100
committerAurelien Jarno <aurelien@aurel32.net>2022-11-02 16:41:56 +0100
commitdd4131c8322891a0ad7cfb661efa41aecc02b581 (patch)
tree90d8e83f185ad474f26d482c686674ea9d86e616 /NEWS
parent4c6a78addabbd6e1b69763e286768919e56dfe0a (diff)
downloadglibc-dd4131c8322891a0ad7cfb661efa41aecc02b581.tar.gz
glibc-dd4131c8322891a0ad7cfb661efa41aecc02b581.tar.xz
glibc-dd4131c8322891a0ad7cfb661efa41aecc02b581.zip
linux: Fix fstatat on MIPSn64 (BZ #29730)
Commit 6e8a0aac2f883 ("time: Fix overflow itimer tests on 32-bit
systems") changed in_time_t_range to assume a 32-bit time_t. This broke
fstatat on MIPSn64 that was using it with a 64-bit time_t due to
difference between stat and stat64. This commit fix that by adding a
MIPSn64 specific version, which bypasses the EOVERFLOW tests.

Resolves: BZ #29730

Reviewed-by: Adhemerval Zanella  <adhemerval.zanella@linaro.org>
(cherry picked from commit 7457b7eef8dfe8cc48e55b9f9837df6dd397b80d)
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS1
1 files changed, 1 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 833045585f..e92d547e2c 100644
--- a/NEWS
+++ b/NEWS
@@ -45,6 +45,7 @@ The following bugs are resolved with this release:
   [29638] libc: stdlib: arc4random fallback is never used
   [29657] libc: Incorrect struct stat for 64-bit time on linux/generic
     platforms
+  [29730] broken y2038 support in fstatat on MIPS N64
 
 Version 2.36