* editfns.c (Fformat_time_string): Don't assume strlen fits in int.
[bpt/emacs.git] / src / ChangeLog
index f861e8e..4ea5414 100644 (file)
@@ -1,3 +1,8 @@
+2011-07-04  Paul Eggert  <eggert@cs.ucla.edu>
+
+       * editfns.c (Fformat_time_string): Don't assume strlen fits in int.
+       Report string overflow if the output is too long.
+
 2011-07-04  Juanma Barranquero  <lekktu@gmail.com>
 
        * gnutls.c (Fgnutls_boot): Don't mention :verify-error.