aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorPaul Eggert2011-09-02 22:32:13 -0700
committerPaul Eggert2011-09-02 22:32:13 -0700
commitf4af5137d41b5ff71771028385f89be889dd1315 (patch)
tree5b7389b6dce28b52088057709154fe92b033d1cf /src
parent7365023b449c0dcb5eca6afc64b2feb5e578f6a0 (diff)
downloademacs-f4af5137d41b5ff71771028385f89be889dd1315.tar.gz
emacs-f4af5137d41b5ff71771028385f89be889dd1315.zip
Add Bug#.
Diffstat (limited to 'src')
-rw-r--r--src/ChangeLog2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index c80a12c1c00..a3c850e3b7f 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,6 +1,6 @@
12011-09-03 Paul Eggert <eggert@cs.ucla.edu> 12011-09-03 Paul Eggert <eggert@cs.ucla.edu>
2 2
3 * fileio.c: Fix bugs with large file offsets. 3 * fileio.c: Fix bugs with large file offsets (Bug#9428).
4 The previous code assumed that file offsets (off_t values) fit in 4 The previous code assumed that file offsets (off_t values) fit in
5 EMACS_INT variables, which is not true on typical 32-bit hosts. 5 EMACS_INT variables, which is not true on typical 32-bit hosts.
6 The code messed up by falsely reporting buffer overflow in cases 6 The code messed up by falsely reporting buffer overflow in cases