svn commit: r318568 - stable/11/release/doc/en_US.ISO8859-1/relnotes

Glen Barber gjb at FreeBSD.org
Sat May 20 01:04:20 UTC 2017


Author: gjb
Date: Sat May 20 01:04:18 2017
New Revision: 318568
URL: https://svnweb.freebsd.org/changeset/base/318568

Log:
  Document r316613, C standard library has been updated to make use
  of reallocarray(3).
  Document r318121, system libraries have been updated to make use
  of reallocarray(3).
  
  Submitted by:	pfg
  Sponsored by:	The FreeBSD Foundation

Modified:
  stable/11/release/doc/en_US.ISO8859-1/relnotes/article.xml

Modified: stable/11/release/doc/en_US.ISO8859-1/relnotes/article.xml
==============================================================================
--- stable/11/release/doc/en_US.ISO8859-1/relnotes/article.xml	Sat May 20 01:04:18 2017	(r318567)
+++ stable/11/release/doc/en_US.ISO8859-1/relnotes/article.xml	Sat May 20 01:04:18 2017	(r318568)
@@ -356,11 +356,19 @@
 	updated to return the accumulated error from previous
 	&man.close.2; calls.</para>
 
+      <para revision="316613">The C standard library has been updated
+	to make use of &man.reallocarray.3; for bounds
+	checking.</para>
+
       <para revision="317618" contrib="sponsor"
 	sponsor="&dellemc;">The <function>clock_nanosleep()</function>
 	system call has been added.  The
 	<function>nanosleep()</function> system call is now a wrapper
 	around <function>clock_nanosleep()</function>.</para>
+
+      <para revision="318121">The system libraries have been updated
+	to make use of &man.reallocarray.3; for bounds
+	checking.</para>
     </sect2>
 
     <sect2 xml:id="userland-abi">


More information about the svn-src-all mailing list