diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/ChangeLog | 2 |
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 @@ | |||
| 1 | 2011-09-03 Paul Eggert <eggert@cs.ucla.edu> | 1 | 2011-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 |