diff options
| author | Paul Eggert | 2011-07-12 18:15:33 -0700 |
|---|---|---|
| committer | Paul Eggert | 2011-07-12 18:15:33 -0700 |
| commit | 2941c447ebada8126c27065f78c31895f69c738e (patch) | |
| tree | e16fb6b865a14b346c445d99cb9ee9f497645f0a /src/ChangeLog | |
| parent | 47ea7f442f7d85f29b7200ada8755e6ebf5c0819 (diff) | |
| download | emacs-2941c447ebada8126c27065f78c31895f69c738e.tar.gz emacs-2941c447ebada8126c27065f78c31895f69c738e.zip | |
* buffer.c (Fget_buffer_create): Initialized inhibit_shrinking.
The old code sometimes used this field without initializing it.
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 386ed435b2a..e8824f3a15f 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,5 +1,8 @@ | |||
| 1 | 2011-07-13 Paul Eggert <eggert@cs.ucla.edu> | 1 | 2011-07-13 Paul Eggert <eggert@cs.ucla.edu> |
| 2 | 2 | ||
| 3 | * buffer.c (Fget_buffer_create): Initialized inhibit_shrinking. | ||
| 4 | The old code sometimes used this field without initializing it. | ||
| 5 | |||
| 3 | * alloc.c (gc_sweep): Don't read past end of array. | 6 | * alloc.c (gc_sweep): Don't read past end of array. |
| 4 | In theory, the old code could also have corrupted Emacs internals, | 7 | In theory, the old code could also have corrupted Emacs internals, |
| 5 | though it'd be very unlikely. | 8 | though it'd be very unlikely. |