aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorPaul Eggert2011-07-14 23:44:47 -0700
committerPaul Eggert2011-07-14 23:44:47 -0700
commitf0eb61e99dce9005dc94c909046f6130b3d4a97c (patch)
tree45628b2bdb6ff60123305d7f0d11b5d64c31c91a /src/ChangeLog
parent39e378da07fe365c6442dc95b937539eb31fe8ef (diff)
downloademacs-f0eb61e99dce9005dc94c909046f6130b3d4a97c.tar.gz
emacs-f0eb61e99dce9005dc94c909046f6130b3d4a97c.zip
* bidi.c (bidi_cache_ensure_space): Also check that the bidi cache size
does not exceed that of the largest Lisp string or buffer. See Eli Zaretskii in <http://debbugs.gnu.org/cgi/bugreport.cgi?bug=9079#29>.
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index c19786fb72c..493b3277f52 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -15,6 +15,9 @@
15 Don't set bidi_cache_size until after xrealloc returns, because it 15 Don't set bidi_cache_size until after xrealloc returns, because it
16 might not return. 16 might not return.
17 (bidi_dump_cached_states): Use ptrdiff_t, not int, to avoid overflow. 17 (bidi_dump_cached_states): Use ptrdiff_t, not int, to avoid overflow.
18 (bidi_cache_ensure_space): Also check that the bidi cache size
19 does not exceed that of the largest Lisp string or buffer. See Eli
20 Zaretskii in <http://debbugs.gnu.org/cgi/bugreport.cgi?bug=9079#29>.
18 21
19 * alloc.c (__malloc_size_t): Remove. 22 * alloc.c (__malloc_size_t): Remove.
20 All uses replaced by size_t. See Andreas Schwab's note 23 All uses replaced by size_t. See Andreas Schwab's note