Add latest errata.
PR: 9351
This commit is contained in:
parent
6fd50283d3
commit
1173413e83
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/www/; revision=4028
1 changed files with 11 additions and 2 deletions
|
@ -1,10 +1,10 @@
|
||||||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN" [
|
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN" [
|
||||||
<!ENTITY base CDATA "../..">
|
<!ENTITY base CDATA "../..">
|
||||||
<!ENTITY date "$Date: 1998-12-29 06:27:14 $">
|
<!ENTITY date "$Date: 1999-01-07 04:01:57 $">
|
||||||
<!ENTITY title "FreeBSD 2.2.8 Errata Notes">
|
<!ENTITY title "FreeBSD 2.2.8 Errata Notes">
|
||||||
<!ENTITY % includes SYSTEM "../../includes.sgml"> %includes;
|
<!ENTITY % includes SYSTEM "../../includes.sgml"> %includes;
|
||||||
]>
|
]>
|
||||||
<!-- $Id: errata.sgml,v 1.5 1998-12-29 06:27:14 jkh Exp $ -->
|
<!-- $Id: errata.sgml,v 1.6 1999-01-07 04:01:57 jkh Exp $ -->
|
||||||
|
|
||||||
<html>
|
<html>
|
||||||
&header;
|
&header;
|
||||||
|
@ -51,6 +51,15 @@ Fix: This was a build failure which affected only the FAQ and has since
|
||||||
as follows: tar --unlink -xvzf FAQ.tar.gz -C /usr/share/doc
|
as follows: tar --unlink -xvzf FAQ.tar.gz -C /usr/share/doc
|
||||||
to get an english FAQ.
|
to get an english FAQ.
|
||||||
|
|
||||||
|
<strong>o getpwnam(3) semantics are incorrect in some cases.</strong>
|
||||||
|
|
||||||
|
Fix: If passed a string longer than the maximum allowed for a user name,
|
||||||
|
getpwnam will incorrectly return an entry for a user that matches the
|
||||||
|
initial characters in the string up to the maximum length allowed for a
|
||||||
|
user name. To correct this behaviour, libc needs to be patched and
|
||||||
|
recompiled. The appropriate patch can be obtained from:
|
||||||
|
http://www.freebsd.org/cgi/cvsweb.cgi/src/lib/libc/gen/getpwent.c.diff?r1=1.35.2.2&r2=1.35.2.3
|
||||||
|
|
||||||
</pre>
|
</pre>
|
||||||
|
|
||||||
<p></p><a href="../index.html">Release Home</a>
|
<p></p><a href="../index.html">Release Home</a>
|
||||||
|
|
Loading…
Reference in a new issue