X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;ds=sidebyside;f=lib%2Fsafe-alloc.c;h=641b395b41a38c2f42aff363868ae4423df185d2;hb=bbf0d723ed2335add96bcc0f842885d8a5d8b6da;hp=f18a44fb7b2696cd17ba04e79e1fd14a35e82c6f;hpb=483b79984d41dd69b78dc15ef6fed0efbde6ad3a;p=gnulib.git diff --git a/lib/safe-alloc.c b/lib/safe-alloc.c index f18a44fb7..641b395b4 100644 --- a/lib/safe-alloc.c +++ b/lib/safe-alloc.c @@ -1,6 +1,6 @@ /* safe-alloc.c: safer memory allocation - Copyright (C) 2009 Free Software Foundation, Inc. + Copyright (C) 2009-2012 Free Software Foundation, Inc. This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the @@ -29,7 +29,7 @@ /* Return 1 if an array of N objects, each of size S, cannot exist due to size arithmetic overflow. S must be positive and N must be - nonnegative. This is a macro, not an inline function, so that it + nonnegative. This is a macro, not a function, so that it works correctly even when SIZE_MAX < N. By gnulib convention, SIZE_MAX represents overflow in size