From: Paul Eggert Date: Sat, 3 Sep 2011 05:32:13 +0000 (-0700) Subject: Add Bug#. X-Git-Tag: emacs-pretest-24.0.90~104^2~152^2~2 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=f4af5137d41b5ff71771028385f89be889dd1315;p=emacs.git Add Bug#. --- 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