svn commit: r282497 - stable/10/release/doc/en_US.ISO8859-1/relnotes

Glen Barber gjb at FreeBSD.org
Tue May 5 15:16:39 UTC 2015


Author: gjb
Date: Tue May  5 15:16:38 2015
New Revision: 282497
URL: https://svnweb.freebsd.org/changeset/base/282497

Log:
  Document r282278, wc(1) race when receiving SIGINFO fixed.
  
  Sponsored by:	The FreeBSD Foundation

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

Modified: stable/10/release/doc/en_US.ISO8859-1/relnotes/article.xml
==============================================================================
--- stable/10/release/doc/en_US.ISO8859-1/relnotes/article.xml	Tue May  5 15:16:21 2015	(r282496)
+++ stable/10/release/doc/en_US.ISO8859-1/relnotes/article.xml	Tue May  5 15:16:38 2015	(r282497)
@@ -199,6 +199,11 @@
 	<literal>ARCHIVE_EXTRACT_SECURE_NODOTDOT</literal> to disallow
 	directory traversal when extracting an archive, similar to
 	&man.tar.1;.</para>
+
+      <para revision="282278">A race condition in &man.wc.1; that
+	would cause final results to be sent to &man.stderr.4; when
+	receiving the <literal>SIGINFO</literal> signal has been
+	fixed.</para>
     </sect2>
 
     <sect2 xml:id="userland-contrib">


More information about the svn-src-all mailing list