aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
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 24610e3de97..144ec31c518 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,5 +1,11 @@
12011-07-29 Paul Eggert <eggert@cs.ucla.edu> 12011-07-29 Paul Eggert <eggert@cs.ucla.edu>
2 2
3 * tparam.c: Integer and memory overflow fixes.
4 (tparam1): Use ptrdiff_t, not int, for sizes.
5 Don't update size until alloc done.
6 Redo size calculations to avoid overflow.
7 Check for size calculation overflow.
8
3 * termcap.c: Integer and memory overflow issues. 9 * termcap.c: Integer and memory overflow issues.
4 (tgetent): Use ptrdiff_t, not int, to record results of 10 (tgetent): Use ptrdiff_t, not int, to record results of
5 subtracting pointers. 11 subtracting pointers.