diff options
| author | Paul Eggert | 2011-06-16 10:44:43 -0700 |
|---|---|---|
| committer | Paul Eggert | 2011-06-16 10:44:43 -0700 |
| commit | 21d890a4ecf97141f3c3f7e373bca6d083662a83 (patch) | |
| tree | cf72e75e1867e4da6da15e97d3555e55712c4624 /src/ChangeLog | |
| parent | 2e6813b0a503b14034783e12f704f7f70a47bae0 (diff) | |
| download | emacs-21d890a4ecf97141f3c3f7e373bca6d083662a83.tar.gz emacs-21d890a4ecf97141f3c3f7e373bca6d083662a83.zip | |
* editfns.c: Tune. Don't use wider integers than needed. Don't use alloca.
Use a bigger 'string' buffer. Rewrite to avoid 'n > 0' test.
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 d53817369c0..011f5beefe0 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,6 +1,8 @@ | |||
| 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. | 3 | * editfns.c (Finsert_char): Don't dump core with very negative counts. |
| 4 | Tune. Don't use wider integers than needed. Don't use alloca. | ||
| 5 | Use a bigger 'string' buffer. Rewrite to avoid 'n > 0' test. | ||
| 4 | 6 | ||
| 5 | * insdel.c (replace_range): Fix buf overflow when insbytes < outgoing. | 7 | * insdel.c (replace_range): Fix buf overflow when insbytes < outgoing. |
| 6 | 8 | ||