aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
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