changeset 4876:c515580049a9

S+T cannot overflow if S is the size of an existing object and T is small.
author Paul Eggert <eggert@cs.ucla.edu>
date Mon, 17 Nov 2003 21:58:05 +0000
parents 2f724c1e6ebe
children aa7f09149b91
files ChangeLog
diffstat 1 files changed, 5 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2003-11-17  Paul Eggert  <eggert@twinsun.com>
+
+	* README: Mention that S+T cannot overflow if S is the size of
+	an existing object and T is sufficiently small.
+
 2003-11-17  Bruno Haible  <bruno@clisp.org>
 
 	* modules/vasnprintf (Files): Add m4/ssize_t.m4.