From: Chong Yidong Date: Tue, 27 Jan 2009 21:16:14 +0000 (+0000) Subject: * fns.c (concat): Check for string overflow (bug#1787). X-Git-Tag: emacs-pretest-23.0.90~136 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=930600e981807f2ebbc8b8d70f39fad2d83b9179;p=emacs.git * fns.c (concat): Check for string overflow (bug#1787). --- 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 + * fns.c (concat): Check for string overflow (bug#1787). + * undo.c (undo_limit, undo_strong_limit, Vundo_outer_limit): Quadruple undo limits (bug#1501).