From: Paul Eggert Date: Mon, 17 Nov 2003 21:58:05 +0000 (+0000) Subject: S+T cannot overflow if S is the size of an existing object and T is small. X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8851e61cf8c61d63f086038e3bcef631a963833a;p=pspp S+T cannot overflow if S is the size of an existing object and T is small. --- diff --git a/ChangeLog b/ChangeLog index 6f6f7fc14d..890f977dc0 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2003-11-17 Paul Eggert + + * 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 * modules/vasnprintf (Files): Add m4/ssize_t.m4.