[Midnightbsd-cvs] src [7141] trunk/UPDATING: document reallocarray in libc

laffer1 at midnightbsd.org laffer1 at midnightbsd.org
Sat Jul 25 15:06:07 EDT 2015


Revision: 7141
          http://svnweb.midnightbsd.org/src/?rev=7141
Author:   laffer1
Date:     2015-07-25 15:06:06 -0400 (Sat, 25 Jul 2015)
Log Message:
-----------
document reallocarray in libc

Modified Paths:
--------------
    trunk/UPDATING

Modified: trunk/UPDATING
===================================================================
--- trunk/UPDATING	2015-07-25 19:03:20 UTC (rev 7140)
+++ trunk/UPDATING	2015-07-25 19:06:06 UTC (rev 7141)
@@ -1,5 +1,12 @@
 Updating Information for MidnightBSD users.
 
+20160725:
+	Import reallocarray from OpenBSD's libc.  
+
+	The reallocarray() function is similar to realloc() except it operates on 
+	nmemb members of size size and checks for integer overflow in the 
+	calculation nmemb * size.
+
 20150722:
 	Fix a bug where TCP connections transitioning to LAST_ACK
 	state can get stuck. This can result in a denial of service.



More information about the Midnightbsd-cvs mailing list