aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorPaul Eggert2011-07-28 17:59:16 -0700
committerPaul Eggert2011-07-28 17:59:16 -0700
commit37d0112bcfc0b2fb426821afc9d409236acab381 (patch)
tree7d0dc0f0bca230cc637cd20b9865f52a9e0cbbfd /src/ChangeLog
parentdbe2216bb632ae0bec0cb2c1b0e38454b9d3a753 (diff)
downloademacs-37d0112bcfc0b2fb426821afc9d409236acab381.tar.gz
emacs-37d0112bcfc0b2fb426821afc9d409236acab381.zip
* lread.c (read1, init_obarray): Don't update size until alloc done.
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index f1c7f11c7f6..24d67e2463e 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,5 +1,7 @@
12011-07-29 Paul Eggert <eggert@cs.ucla.edu> 12011-07-29 Paul Eggert <eggert@cs.ucla.edu>
2 2
3 * lread.c (read1, init_obarray): Don't update size until alloc done.
4
3 * keymap.c: Integer overflow fixes. 5 * keymap.c: Integer overflow fixes.
4 (cmm_size, current_minor_maps): Use ptrdiff_t, not int, to count maps. 6 (cmm_size, current_minor_maps): Use ptrdiff_t, not int, to count maps.
5 (current_minor_maps): Check for size calculation overflow. 7 (current_minor_maps): Check for size calculation overflow.