aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorPaul Eggert2011-08-18 23:58:42 -0700
committerPaul Eggert2011-08-18 23:58:42 -0700
commit51f30bc52daf551f3c433b80f598eb52dca71033 (patch)
treed6e6f694615a4d16f006e9e7e5dde2e9eb566a93 /src/ChangeLog
parent81f7c12e8079e2fa66cc14c34bb43260a15a190c (diff)
downloademacs-51f30bc52daf551f3c433b80f598eb52dca71033.tar.gz
emacs-51f30bc52daf551f3c433b80f598eb52dca71033.zip
* bidi.c (bidi_cache_shrink): update size after realloc
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 36bf95e9aa7..1db99549c60 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -59,6 +59,7 @@
59 (bidi_cache_ensure_space, bidi_shelve_cache): Use it. 59 (bidi_cache_ensure_space, bidi_shelve_cache): Use it.
60 (bidi_cache_ensure_space): Avoid integer overflow when allocating. 60 (bidi_cache_ensure_space): Avoid integer overflow when allocating.
61 61
62 * bidi.c (bidi_cache_shrink):
62 * buffer.c (overlays_at, overlays_in, record_overlay_string) 63 * buffer.c (overlays_at, overlays_in, record_overlay_string)
63 (overlay_strings): 64 (overlay_strings):
64 Don't update size of array until after memory allocation succeeds, 65 Don't update size of array until after memory allocation succeeds,