svn commit: r52583 - head/en_US.ISO8859-1/htdocs/releases/12.0R/relnotes

Glen Barber gjb at FreeBSD.org
Wed Dec 5 17:52:03 UTC 2018


Author: gjb
Date: Wed Dec  5 17:52:02 2018
New Revision: 52583
URL: https://svnweb.freebsd.org/changeset/doc/52583

Log:
  Document r338950, chown(8) UID/GID overflow handling fix.
  
  Sponsored by:	The FreeBSD Foundation

Modified:
  head/en_US.ISO8859-1/htdocs/releases/12.0R/relnotes/relnotes.xml

Modified: head/en_US.ISO8859-1/htdocs/releases/12.0R/relnotes/relnotes.xml
==============================================================================
--- head/en_US.ISO8859-1/htdocs/releases/12.0R/relnotes/relnotes.xml	Wed Dec  5 17:52:01 2018	(r52582)
+++ head/en_US.ISO8859-1/htdocs/releases/12.0R/relnotes/relnotes.xml	Wed Dec  5 17:52:02 2018	(r52583)
@@ -267,6 +267,13 @@
 	updated to change the default transfer mode from
 	<acronym>ASCII</acronym> to binary.</para>
 
+      <para revision="338950" contrib="sponsor"
+	sponsor="&dellemc;">The &man.chown.8; utility has been updated
+	to prevent overflow of <acronym>UID</acronym> or
+	<acronym>GID</acronym> arguments where the argument exceeded
+	<literal>UID_MAX</literal> or <literal>GID_MAX</literal>,
+	respectively.</para>
+
       <para revision="340444">The &man.ctm.1; and related utilities
 	have been marked as deprecated for removal in
 	&os; 13.0.</para>


More information about the svn-doc-head mailing list