aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
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 bcff6fd0831..8c530340927 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -4,6 +4,7 @@
4 not unsigned long, as we prefer signed integers. All callers changed. 4 not unsigned long, as we prefer signed integers. All callers changed.
5 Detect integer overflow in repeat count. 5 Detect integer overflow in repeat count.
6 (message_dolog): Don't assume print length fits in 39 bytes. 6 (message_dolog): Don't assume print length fits in 39 bytes.
7 (display_mode_element): Don't assume strlen fits in int.
7 8
8 * termcap.c: Don't assume sizes fit in int and never overflow. 9 * termcap.c: Don't assume sizes fit in int and never overflow.
9 (struct termcap_buffer, tgetent): Use ptrdiff_t, not int, for sizes. 10 (struct termcap_buffer, tgetent): Use ptrdiff_t, not int, for sizes.