Fix stack overflow in string creation (Bug#6214).
[bpt/emacs.git] / src / ChangeLog
index b0965f8..4634693 100644 (file)
@@ -1,3 +1,9 @@
+2010-05-18  Chong Yidong  <cyd@stupidchicken.com>
+
+       * character.c (Fstring, Funibyte_string): Use SAFE_ALLOCA to
+       prevent stack overflow if number of arguments is too large
+       (Bug#6214).
+
 2010-05-18  Juanma Barranquero  <lekktu@gmail.com>
 
        * charset.c (load_charset_map_from_file): Don't call close after fclose.