From df22814b6d4765e131b635a4d6db7f1778673a04 Mon Sep 17 00:00:00 2001 From: gjb Date: Sat, 20 May 2017 01:04:18 +0000 Subject: [PATCH] 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 --- release/doc/en_US.ISO8859-1/relnotes/article.xml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/release/doc/en_US.ISO8859-1/relnotes/article.xml b/release/doc/en_US.ISO8859-1/relnotes/article.xml index 62787b275f3..e71b6ff913d 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. + The C standard library has been updated + to make use of &man.reallocarray.3; for bounds + checking. + The clock_nanosleep() system call has been added. The nanosleep() system call is now a wrapper around clock_nanosleep(). + + The system libraries have been updated + to make use of &man.reallocarray.3; for bounds + checking. -- 2.45.0