From f4af5137d41b5ff71771028385f89be889dd1315 Mon Sep 17 00:00:00 2001 From: Paul Eggert Date: Fri, 2 Sep 2011 22:32:13 -0700 Subject: [PATCH] Add Bug#. --- src/ChangeLog | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ChangeLog b/src/ChangeLog index c80a12c1c00..a3c850e3b7f 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,6 +1,6 @@ 2011-09-03 Paul Eggert - * fileio.c: Fix bugs with large file offsets. + * fileio.c: Fix bugs with large file offsets (Bug#9428). The previous code assumed that file offsets (off_t values) fit in EMACS_INT variables, which is not true on typical 32-bit hosts. The code messed up by falsely reporting buffer overflow in cases -- 2.39.2