Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 5 Dec 2018 17:52:02 +0000 (UTC)
From:      Glen Barber <gjb@FreeBSD.org>
To:        doc-committers@freebsd.org, svn-doc-all@freebsd.org, svn-doc-head@freebsd.org
Subject:   svn commit: r52583 - head/en_US.ISO8859-1/htdocs/releases/12.0R/relnotes
Message-ID:  <201812051752.wB5Hq2FI014170@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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;&nbsp;13.0.</para>



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201812051752.wB5Hq2FI014170>