summaryrefslogtreecommitdiffstats
path: root/release/doc
diff options
context:
space:
mode:
authorgjb <gjb@FreeBSD.org>2017-05-20 01:04:18 +0000
committergjb <gjb@FreeBSD.org>2017-05-20 01:04:18 +0000
commitdf22814b6d4765e131b635a4d6db7f1778673a04 (patch)
tree29a65b361521db45cd2e0744164f5d6584a89f5e /release/doc
parentd338dd82b66572c5090effaeba729306c0d8480c (diff)
downloadFreeBSD-src-df22814b6d4765e131b635a4d6db7f1778673a04.zip
FreeBSD-src-df22814b6d4765e131b635a4d6db7f1778673a04.tar.gz
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
Diffstat (limited to 'release/doc')
-rw-r--r--release/doc/en_US.ISO8859-1/relnotes/article.xml8
1 files changed, 8 insertions, 0 deletions
diff --git a/release/doc/en_US.ISO8859-1/relnotes/article.xml b/release/doc/en_US.ISO8859-1/relnotes/article.xml
index 62787b2..e71b6ff 100644
--- a/release/doc/en_US.ISO8859-1/relnotes/article.xml
+++ b/release/doc/en_US.ISO8859-1/relnotes/article.xml
@@ -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">
OpenPOWER on IntegriCloud