diff options
| author | Paul Eggert | 2011-06-16 10:25:16 -0700 |
|---|---|---|
| committer | Paul Eggert | 2011-06-16 10:25:16 -0700 |
| commit | 2e6813b0a503b14034783e12f704f7f70a47bae0 (patch) | |
| tree | b1b0cacb62d8c942352740dc36819060f5e5bc10 /src/ChangeLog | |
| parent | 599a9e4f7cec752078570160fe5498fe5799863a (diff) | |
| download | emacs-2e6813b0a503b14034783e12f704f7f70a47bae0.tar.gz emacs-2e6813b0a503b14034783e12f704f7f70a47bae0.zip | |
* editfns.c (Finsert_char): Don't dump core with very negative counts.
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index e7ca102421d..d53817369c0 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,5 +1,7 @@ | |||
| 1 | 2011-06-16 Paul Eggert <eggert@cs.ucla.edu> | 1 | 2011-06-16 Paul Eggert <eggert@cs.ucla.edu> |
| 2 | 2 | ||
| 3 | * editfns.c (Finsert_char): Don't dump core with very negative counts. | ||
| 4 | |||
| 3 | * insdel.c (replace_range): Fix buf overflow when insbytes < outgoing. | 5 | * insdel.c (replace_range): Fix buf overflow when insbytes < outgoing. |
| 4 | 6 | ||
| 5 | * insdel.c, lisp.h (buffer_overflow): New function. | 7 | * insdel.c, lisp.h (buffer_overflow): New function. |