diff options
author | Chong Yidong <cyd@stupidchicken.com> | 2009-01-27 21:16:14 +0000 |
---|---|---|
committer | Chong Yidong <cyd@stupidchicken.com> | 2009-01-27 21:16:14 +0000 |
commit | 930600e981807f2ebbc8b8d70f39fad2d83b9179 (patch) | |
tree | 1cb351a30769be3abb1c4ae2b9c22a7465fee8e8 /src | |
parent | c43d955932c6b1068882f953f6fc127c698c886a (diff) | |
download | emacs-930600e981807f2ebbc8b8d70f39fad2d83b9179.tar.gz |
* fns.c (concat): Check for string overflow (bug#1787).
Diffstat (limited to 'src')
-rw-r--r-- | src/ChangeLog | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index b9f3cdc3ca0..050b0c20efe 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,5 +1,7 @@ 2009-01-27 Chong Yidong <cyd@stupidchicken.com> + * fns.c (concat): Check for string overflow (bug#1787). + * undo.c (undo_limit, undo_strong_limit, Vundo_outer_limit): Quadruple undo limits (bug#1501). |