aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorAndreas Schwab2002-01-06 20:47:00 +0000
committerAndreas Schwab2002-01-06 20:47:00 +0000
commite17144de551ae57a4ad51f9757b908325c21071a (patch)
tree2f9b294ec87268296d53b1cab0e686d3ac8c2346 /src/ChangeLog
parentb4ac0cdbf58a0dc9392164089aaa14c137ae4264 (diff)
downloademacs-e17144de551ae57a4ad51f9757b908325c21071a.tar.gz
emacs-e17144de551ae57a4ad51f9757b908325c21071a.zip
(make_gap_larger): Make sure buffer size does not overflow range of int.
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 1f49d908f91..7206d6f7e03 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,8 @@
12002-01-06 Andreas Schwab <schwab@suse.de>
2
3 * insdel.c (make_gap_larger): Make sure buffer size does not
4 overflow range of int.
5
12002-01-05 Jason Rumney <jasonr@gnu.org> 62002-01-05 Jason Rumney <jasonr@gnu.org>
2 7
3 * w32term.c (x_draw_glyphs): Don't call notice_overwritten_cursor if 8 * w32term.c (x_draw_glyphs): Don't call notice_overwritten_cursor if