aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorEli Zaretskii2012-08-15 19:21:41 +0300
committerEli Zaretskii2012-08-15 19:21:41 +0300
commiteb424fe3d660eebd9b74dd5d2875e2e4b7b3307f (patch)
tree8b1a18195befbdd27478da75a623666c3d6a983d /src/ChangeLog
parent4e6a86c633a4ca3084a7bc30101f8b4acdd38d28 (diff)
downloademacs-eb424fe3d660eebd9b74dd5d2875e2e4b7b3307f.tar.gz
emacs-eb424fe3d660eebd9b74dd5d2875e2e4b7b3307f.zip
Fix bug #12196 with incorrect memory allocations for region-cache.
src/region-cache.c (move_cache_gap): Update gap_len using the actual growth of the boundaries array. Do not change cache_len.
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index eb19fad9abe..20e5e4bdfbb 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,9 @@
12012-08-15 Eli Zaretskii <eliz@gnu.org>
2
3 * region-cache.c (move_cache_gap): Update gap_len using the actual
4 growth of the boundaries array. Do not change cache_len.
5 (Bug#12196)
6
12012-08-15 Dmitry Antipov <dmantipov@yandex.ru> 72012-08-15 Dmitry Antipov <dmantipov@yandex.ru>
2 8
3 Generalize and cleanup font subsystem checks. 9 Generalize and cleanup font subsystem checks.