diff options
| author | Bruce A. Mah <bmah@FreeBSD.org> | 2008-04-20 17:55:48 +0000 |
|---|---|---|
| committer | Bruce A. Mah <bmah@FreeBSD.org> | 2008-04-20 17:55:48 +0000 |
| commit | 6f7d368feb262fb730269835bf36d3fe496299da (patch) | |
| tree | 4ed49cab9ee6078382e1b2027f34b4e08af0ad65 /release | |
| parent | a42f8465686c2fe0f867d39e7900444f1d61b96c (diff) | |
Notes
Diffstat (limited to 'release')
| -rw-r--r-- | release/doc/en_US.ISO8859-1/errata/article.sgml | 16 |
1 files changed, 12 insertions, 4 deletions
diff --git a/release/doc/en_US.ISO8859-1/errata/article.sgml b/release/doc/en_US.ISO8859-1/errata/article.sgml index cad1a907c55c..a41dfe815013 100644 --- a/release/doc/en_US.ISO8859-1/errata/article.sgml +++ b/release/doc/en_US.ISO8859-1/errata/article.sgml @@ -159,11 +159,13 @@ faults for some Linux programs using &man.mmap.2;. This issue has been fixed on the HEAD and RELENG_6 branches.</para> - <para>[20080229] Multithreaded programs that perform a + <para>[20080229, updated 20080420] Multithreaded programs that perform a &man.fork.2; operation may crash due to a race condition in the - threading library. This problem has been fixed on the HEAD and - RELENG_6 branches, and is a candidate for an errata - notice.</para> + threading library. This problem has been fixed on the HEAD, + RELENG_6, and RELENG_6_3 branches, and is addressed by errata + notice + <ulink url="http://security.FreeBSD.org/advisories/FreeBSD-EN-08:01.libpthread.asc">FreeBSD-EN-08:01.libpthread</ulink>. + </para> <para>[20080307] When using &man.sysinstall.8; to install the X.org packages, selecting only specific components to be @@ -175,6 +177,12 @@ select <guimenuitem>All</guimenuitem> from the Distributions menu.</para> + <para>[20080420] A reference counting bug in the IP multicast code + could cause kernel panics under some circumstances. It has been + fixed on the RELENG_6 branch by + revision <literal>1.85.2.10</literal> + of <filename>sys/netinet/in.c</filename>.</para> + </sect1> </article> |
