From eb424fe3d660eebd9b74dd5d2875e2e4b7b3307f Mon Sep 17 00:00:00 2001 From: Eli Zaretskii Date: Wed, 15 Aug 2012 19:21:41 +0300 Subject: 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. --- src/ChangeLog | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'src/ChangeLog') diff --git a/src/ChangeLog b/src/ChangeLog index eb19fad9abe..20e5e4bdfbb 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,3 +1,9 @@ +2012-08-15 Eli Zaretskii + + * region-cache.c (move_cache_gap): Update gap_len using the actual + growth of the boundaries array. Do not change cache_len. + (Bug#12196) + 2012-08-15 Dmitry Antipov Generalize and cleanup font subsystem checks. -- cgit v1.2.1