[BACK]Return to errata29.html CVS log [TXT][DIR] Up to [local] / www

Annotation of www/errata29.html, Revision 1.32

1.31      naddy       1: <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
1.1       deraadt     2: <html>
                      3: <head>
                      4: <title>OpenBSD 2.9 errata</title>
1.31      naddy       5: <link rev=made href="mailto:www@openbsd.org">
1.1       deraadt     6: <meta name="resource-type" content="document">
                      7: <meta name="description" content="the OpenBSD CD errata page">
                      8: <meta name="keywords" content="openbsd,cd,errata">
                      9: <meta name="distribution" content="global">
1.10      horacio    10: <meta name="copyright" content="This document copyright 1997-2002 by OpenBSD.">
1.1       deraadt    11: </head>
                     12:
                     13: <BODY BGCOLOR="#FFFFFF" TEXT="#000000" LINK="#23238E">
                     14:
1.23      jsyn       15: <a href="index.html"><img alt="[OpenBSD]" height="30" width="141" src="images/smalltitle.gif" border="0"></a>
1.31      naddy      16: <h2><font color="#0000e0">
1.1       deraadt    17: This is the OpenBSD 2.9 release errata &amp; patch list:
                     18:
                     19: </font></h2>
                     20:
                     21: <hr>
                     22: <a href=stable.html>For OpenBSD patch branch information, please refer here.</a><br>
1.26      deraadt    23: <br>
1.28      deraadt    24: For errata on a certain release, click below:<br>
1.27      deraadt    25: <a href="errata21.html">2.1</a>,
1.26      deraadt    26: <a href="errata22.html">2.2</a>,
                     27: <a href="errata23.html">2.3</a>,
                     28: <a href="errata24.html">2.4</a>,
                     29: <a href="errata25.html">2.5</a>,
                     30: <a href="errata26.html">2.6</a>,
                     31: <a href="errata27.html">2.7</a>,
                     32: <a href="errata28.html">2.8</a>,
                     33: <a href="errata30.html">3.0</a>,
                     34: <a href="errata31.html">3.1</a>,
1.32    ! deraadt    35: <a href="errata32.html">3.2</a>,
        !            36: <a href="errata.html">3.3</a>.
1.26      deraadt    37: <br>
1.1       deraadt    38: <hr>
                     39:
1.31      naddy      40: <a href="ftp://ftp.openbsd.org/pub/OpenBSD/patches/2.9.tar.gz">
1.1       deraadt    41: You can also fetch a tar.gz file containing all the following patches</a>.
                     42: This file is updated once a day.
                     43:
                     44: <p> The patches below are available in CVS via the
                     45: <code>OPENBSD_2_9</code> <a href="stable.html">patch branch</a>.
                     46:
                     47: <p>
1.29      deraadt    48: For more detailed information on how to install patches to OpenBSD, please
1.1       deraadt    49: consult the <a href="./faq/faq10.html#10.14">OpenBSD FAQ</a>.
                     50: <hr>
                     51:
                     52: <dl>
                     53: <a name=all></a>
1.31      naddy      54: <li><h3><font color="#e00000">All architectures</font></h3>
1.1       deraadt    55: <ul>
1.24      millert    56: <a name=resolver></a>
1.31      naddy      57: <li><font color="#009000"><strong>027: SECURITY FIX: June 25, 2002</strong></font><br>
1.24      millert    58: A potential buffer overflow in the DNS resolver has been found.<br>
                     59: <a href="ftp://ftp.openbsd.org/pub/OpenBSD/patches/2.9/common/027_resolver.patch">A source code patch exists which remedies the problem</a>.
                     60: <p>
1.21      millert    61: <a name=fdalloc2></a>
1.31      naddy      62: <li><font color="#009000"><strong>026: SECURITY FIX: May 8, 2002</strong></font><br>
1.21      millert    63: A race condition exists where an attacker could fill the file descriptor
                     64: table and defeat the kernel's protection of fd slots 0, 1, and 2 for a
1.22      millert    65: setuid or setgid process.<br>
1.21      millert    66: <a href="ftp://ftp.openbsd.org/pub/OpenBSD/patches/2.9/common/026_fdalloc2.patch">A source code patch exists which remedies the problem</a>.
                     67: <p>
1.20      millert    68: <a name=sudo2></a>
1.31      naddy      69: <li><font color="#009000"><strong>025: SECURITY FIX: April 25, 2002</strong></font><br>
                     70: A bug in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=sudo&amp;sektion=8">sudo(8)</a> may allow an attacker to corrupt the heap by specifying a custom prompt.<br>
1.20      millert    71: <a href="ftp://ftp.openbsd.org/pub/OpenBSD/patches/2.9/common/025_sudo.patch">A source code patch exists which remedies the problem</a>.
                     72: <p>
1.19      markus     73: <a name=sshafs></a>
1.31      naddy      74: <li><font color="#009000"><strong>024: SECURITY FIX: April 22, 2002</strong></font><br>
1.19      markus     75: A local user can gain super-user privileges due to a buffer overflow
1.31      naddy      76: in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=sshd&amp;sektion=8">sshd(8)</a>
1.19      markus     77: if AFS has been configured on the system or if
                     78: KerberosTgtPassing or AFSTokenPassing has been enabled
                     79: in the sshd_config file.  Ticket and token passing is not enabled
                     80: by default.<br>
                     81: <a href="ftp://ftp.openbsd.org/pub/OpenBSD/patches/2.9/common/024_sshafs.patch">A source code patch exists which remedies the problem</a>.
                     82: <p>
1.15      millert    83: <a name=mail></a>
1.31      naddy      84: <li><font color="#009000"><strong>023: SECURITY FIX: April 11, 2002</strong></font><br>
                     85: <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=mail&amp;sektion=1">mail(1)</a>
1.15      millert    86: will process tilde escapes even in non-interactive mode.
                     87: This can lead to a local root compromise.
                     88: <br>
                     89: <a href="ftp://ftp.openbsd.org/pub/OpenBSD/patches/2.9/common/023_mail.patch">A source code patch exists which remedies the problem</a>.
                     90: <p>
1.13      millert    91: <a name=zlib></a>
1.31      naddy      92: <li><font color="#009000"><strong>022: RELIABILITY FIX: March 13, 2002</strong></font><br>
1.13      millert    93: Under some circumstances the zlib compression library can free dynamically
                     94: allocated memory twice.  This is not a security issue on OpenBSD since the BSD
1.31      naddy      95: <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=free&amp;sektion=3">free(3)</a>
1.13      millert    96: function detects this.
1.30      jufi       97: There is also a kernel zlib component that may be used by pppd and IPsec.
1.14      millert    98: The feasibility of attacking the kernel this way is currently unknown.<br>
1.13      millert    99: <a href="ftp://ftp.openbsd.org/pub/OpenBSD/patches/2.9/common/022_zlib.patch">A source code patch exists which remedies the problem</a>.
                    100: <p>
1.12      millert   101: <a name=openssh></a>
1.31      naddy     102: <li><font color="#009000"><strong>021: SECURITY FIX: March 8, 2002</strong></font>
1.12      millert   103: <br>
                    104: A local user can gain super-user privileges due to an off-by-one check
                    105: in the channel forwarding code of OpenSSH.<br>
                    106: <a href="ftp://ftp.openbsd.org/pub/OpenBSD/patches/2.9/common/021_openssh.patch"
                    107: >A source code patch exists which remedies the problem</a>.
                    108: <p>
1.11      miod      109: <a name=ptrace></a>
1.31      naddy     110: <li><font color="#009000"><strong>020: SECURITY FIX: February 20, 2002</strong></font><br>
1.11      miod      111: A race condition between the ptrace(2) and execve(2) system calls allows
                    112: an attacker to modify the memory contents of suid/sgid processes which
                    113: could lead to compromise of the super-user account.<br>
                    114: <a href="ftp://ftp.openbsd.org/pub/OpenBSD/patches/2.9/common/020_ptrace.patch">A source code patch exists which remedies the problem</a>.
                    115: <p>
1.7       millert   116: <a name=sudo>
1.31      naddy     117: <li><font color="#009000"><strong>019: SECURITY FIX: January 17, 2002</strong></font><br>
1.7       millert   118: If the Postfix sendmail replacement is installed on a system an
                    119: attacker may be able to gain root privileges on the local host via
                    120: sudo(8) which runs the mailer as root with an environment inherited
                    121: from the invoking user.  While this is a bug in sudo it is not
                    122: believed to be possible to exploit when sendmail (the mailer that
                    123: ships with OpenBSD) is the mailer.  As of version 1.6.5, sudo passes
                    124: the mailer an environment that is not subject to influence from the
1.8       millert   125: invoking user.<br>
1.7       millert   126: <a href="ftp://ftp.openbsd.org/pub/OpenBSD/patches/2.9/common/019_sudo.patch">A
                    127: source code patch exists which remedies the problem</a>.
                    128: <p>
1.4       millert   129: <a name=lpd2>
1.31      naddy     130: <li><font color="#009000"><strong>017: SECURITY FIX: November 28, 2001</strong></font><br>
1.4       millert   131: A security issue exists in the lpd daemon that may allow an attacker
                    132: to create arbitrary new files in the root directory.  Only machines
                    133: with line printer access (ie: listed in either /etc/hosts.lpd or
                    134: /etc/hosts.equiv) may be used to mount an attack and the attacker
                    135: must have root access on the machine.  OpenBSD does not start lpd
                    136: in the default installation.
                    137: <a href="ftp://ftp.openbsd.org/pub/OpenBSD/patches/2.9/common/017_lpd.patch">A source code patch exists which remedies the problem</a>.
                    138: <p>
1.2       millert   139: <a name=vi.recover>
1.31      naddy     140: <li><font color="#009000"><strong>016: SECURITY FIX: November 13, 2001</strong></font><br>
1.2       millert   141: A security issue exists in the vi.recover script that may allow an attacker
                    142: to remove arbitrary zero-length files, regardless of ownership.
                    143: <br>
1.3       miod      144: <a href="ftp://ftp.openbsd.org/pub/OpenBSD/patches/2.9/common/016_recover.patch">A source code patch exists which remedies the problem</a>.
1.2       millert   145: <p>
1.1       deraadt   146: <a name=uucp>
1.31      naddy     147: <li><font color="#009000"><strong>015: SECURITY FIX: September 11, 2001</strong></font><br>
                    148: A security hole exists in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=uuxqt&amp;sektion=8">uuxqt(8)</a>
1.1       deraadt   149: that may allow an attacker to run arbitrary commands as user uucp and
                    150: use this to gain root access.
                    151: The UUCP execution daemon, uuxqt(8), has a bug in its command line
                    152: parsing routine that may allow arbitrary commands to be run.  Because
                    153: some UUCP commands are run as root (and daemon) from cron it is possible
                    154: to leverage compromise of the UUCP user to gain root.
                    155: <br>
1.3       miod      156: <a href="ftp://ftp.openbsd.org/pub/OpenBSD/patches/2.9/common/015_uucp.patch">A source code patch exists which remedies the problem</a>.
1.1       deraadt   157: <p>
                    158: <a name=lpd>
1.31      naddy     159: <li><font color="#009000"><strong>014: SECURITY FIX: August 29, 2001</strong></font><br>
                    160: A security hole exists in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=lpd&amp;sektion=8">lpd(8)</a>
1.1       deraadt   161: that may allow an attacker with line printer access to gain root
                    162: privileges.  A machine must be running lpd to be vulnerable (OpenBSD
                    163: does not start lpd by default).  Only machines with line printer
                    164: access (ie: listed in either /etc/hosts.lpd or /etc/hosts.equiv)
                    165: may be used to mount an attack.
                    166: <br>
1.3       miod      167: <a href="ftp://ftp.openbsd.org/pub/OpenBSD/patches/2.9/common/014_lpd.patch">A source code patch exists which remedies the problem</a>.
1.1       deraadt   168: <p>
                    169: <a name=sendmail2>
1.31      naddy     170: <li><font color="#009000"><strong>013: SECURITY FIX: August 21, 2001</strong></font><br>
                    171: A security hole exists in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=sendmail&amp;sektion=8">sendmail(8)</a>
1.1       deraadt   172: that may allow an attacker on the local host to gain root privileges by
                    173: specifying out-of-bounds debug parameters.
                    174: <br>
1.3       miod      175: <a href="ftp://ftp.openbsd.org/pub/OpenBSD/patches/2.9/common/013_sendmail.patch">A source code patch exists which remedies the problem</a>.
1.1       deraadt   176: <p>
                    177: <a name=nfs>
1.31      naddy     178: <li><font color="#009000"><strong>012: SECURITY FIX: July 30, 2001</strong></font><br>
1.1       deraadt   179: A kernel buffer overflow exists in the NFS mount code. An attacker may
                    180: use this overflow to execute arbitrary code in kernel mode. However,
1.31      naddy     181: only users with <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=mount&amp;sektion=2">mount(2)</a>
1.1       deraadt   182: privileges can initiate this attack.  In default installs, only super-user has
1.31      naddy     183: mount privileges.  The kern.usermount <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=sysctl&amp;sektion=3">sysctl(3)</a> controls whether other users have mount privileges.
1.1       deraadt   184: <br>
1.3       miod      185: <a href="ftp://ftp.openbsd.org/pub/OpenBSD/patches/2.9/common/012_nfs.patch">A source code patch exists which remedies the problem</a>.
1.1       deraadt   186: <p>
                    187: <a name=pkg></a>
1.31      naddy     188: <li><font color="#009000"><strong>011: RELIABILITY FIX: July 15, 2001</strong></font>
1.1       deraadt   189: <br>
                    190: The
1.31      naddy     191: <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=packages&amp;sektion=7&amp;format=html">packages(7)</a>
1.1       deraadt   192: subsystem incorrectly accepts some package dependencies as okay (see
1.31      naddy     193: <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=packages-specs&amp;sektion=7&amp;format=html">packages-specs(7)</a>
1.1       deraadt   194: for details).
                    195: <br>
                    196: <a href="ftp://ftp.openbsd.org/pub/OpenBSD/patches/2.9/common/011_pkg.patch">A source code patch exists which remedies the problem</a>,
                    197: by forcing <code>/usr/sbin/pkg</code> to be more careful in checking
                    198: version numbers.
                    199: <p>
                    200: <a name=twe></a>
1.31      naddy     201: <li><font color="#009000"><strong>008: RELIABILITY FIX: June 15, 2001</strong></font>
1.1       deraadt   202: <br>
1.31      naddy     203: <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=twe&amp;sektion=4&amp;format=html">twe(4)</a>
1.1       deraadt   204: mishandles the DMA mapping resulting in a kernel panic on unaligned data
                    205: transfers, induced by programs such as
1.31      naddy     206: <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=disklabel&amp;sektion=8&amp;format=html">disklabel(8)</a>
1.1       deraadt   207: and
1.31      naddy     208: <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=dump&amp;sektion=8&amp;format=html">dump(8)</a>.
1.1       deraadt   209: <br>
                    210: <a href="ftp://ftp.openbsd.org/pub/OpenBSD/patches/2.9/common/008_twe.patch">A source code patch exists which remedies the problem</a>.
                    211: This is the second version of the patch.
                    212: <p>
                    213: <a name=kernexec></a>
1.31      naddy     214: <li><font color="#009000"><strong>007: SECURITY FIX: June 15, 2001</strong></font><br>
                    215: A race condition exists in the kernel <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=execve&amp;sektion=2&amp;format=html">execve(2)</a> implementation that opens a small window of vulnerability for a non-privileged user to <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ptrace&amp;sektion=2&amp;format=html">ptrace(2)</a> attach to a suid/sgid process.
1.1       deraadt   216: <br>
                    217: <a href="ftp://ftp.openbsd.org/pub/OpenBSD/patches/2.9/common/007_kernexec.patch">A source code patch exists which remedies the problem</a>.
                    218: <p>
                    219: <a name=sshcookie></a>
1.31      naddy     220: <li><font color="#009000"><strong>006: SECURITY FIX: June 12, 2001</strong></font><br>
                    221: <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=sshd&amp;sektion=8&amp;format=html">sshd(8)</a>
1.1       deraadt   222: allows users to delete arbitrary files named "cookies" if X11
                    223: forwarding is enabled. X11 forwarding is disabled by default.
                    224: <br>
                    225: <a href="ftp://ftp.openbsd.org/pub/OpenBSD/patches/2.9/common/006_sshcookie.patch">A source code patch exists which remedies the problem</a>.
                    226: <p>
                    227: <a name=pwd_mkdb></a>
1.31      naddy     228: <li><font color="#009000"><strong>005: RELIABILITY FIX: June 7, 2001</strong></font><br>
                    229: <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=pwd_mkdb&amp;sektion=8&amp;format=html">pwd_mkdb(8)</a>
1.1       deraadt   230: corrupts /etc/pwd.db when modifying an existing user.
                    231: <br>
                    232: <a href="ftp://ftp.openbsd.org/pub/OpenBSD/patches/2.9/common/005_pwd_mkdb.patch">A source code patch exists which remedies the problem</a>.
                    233: <p>
                    234: <a name=isakmpd></a>
1.31      naddy     235: <li><font color="#009000"><strong>004: RELIABILITY FIX: June 5, 2001</strong></font><br>
                    236: <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=isakmpd&amp;sektion=8&amp;format=html">isakmpd(8)</a>
1.1       deraadt   237: will fail to use a certificate with an identity string that is
                    238: exactly N * 8 bytes long.
                    239: <br>
                    240: <a href="ftp://ftp.openbsd.org/pub/OpenBSD/patches/2.9/common/004_isakmpd.patch">A source code patch exists which remedies the problem</a>.
                    241: <p>
1.31      naddy     242: <li><font color="#009000"><strong>003: DOCUMENTATION FIX: June 1, 2001</strong></font><br>
1.1       deraadt   243: The 2.9 CD cover states that XFree86 3.3.6-current is included.  This is only half-true.
                    244: In fact, the XFree86 included for all architectures is 4.0.3.  On the i386, the
                    245: 3.3.6 Xservers have also been included, because 4.0.3 still has weak support for
                    246: some devices which 3.3.6 supported better.
                    247: <p>
                    248: <a name=fts></a>
1.31      naddy     249: <li><font color="#009000"><strong>002: SECURITY FIX: May 30, 2001</strong></font><br>
                    250: Programs using the <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=fts&amp;sektion=3&amp;format=html">fts(3)</a>
1.1       deraadt   251: routines (such as rm, find, and most programs that take a <b>-R</b>
                    252: flag) can be tricked into changing into the wrong directory if the
                    253: parent dir is changed out from underneath it.  This is similar to
                    254: the old fts bug but happens when popping out of directories, as
                    255: opposed to descending into them.
                    256: <br>
                    257: <a href="ftp://ftp.openbsd.org/pub/OpenBSD/patches/2.9/common/002_fts.patch">A source code patch exists which remedies the problem</a>.
                    258: This is the second version of the patch.
                    259: <p>
                    260: <a name=sendmail></a>
1.31      naddy     261: <li><font color="#009000"><strong>001: SECURITY FIX: May 29, 2001</strong></font><br>
                    262: The signal handlers in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=sendmail&amp;sektion=8&amp;format=html">sendmail(8)</a> contain code that is unsafe in the
1.1       deraadt   263: context of a signal handler.  This leads to potentially serious
                    264: race conditions.  At the moment this is a theoretical attack only
                    265: and can only be exploited on the local host (if at all).<br>
                    266: <a href="ftp://ftp.openbsd.org/pub/OpenBSD/patches/2.9/common/001_sendmail.patch">A source code patch exists</a> which remedies the problem by updating sendmail to version 8.11.4.
                    267: </ul>
                    268: <p>
                    269: <a name=i386></a>
1.31      naddy     270: <li><h3><font color="#e00000">i386</font></h3>
1.1       deraadt   271: <ul>
                    272: <a name=nvidia></a>
1.31      naddy     273: <li><font color="#009000"><strong>010: RELIABILITY FIX: Jul 9,
1.1       deraadt   274: 2001</strong></font></br>
                    275: The nVidia driver for XFree86 4.0.3 is incorrectly restoring the text
                    276: mode palette upon exit of the X server. <a
                    277: href="ftp://ftp.openbsd.org/pub/OpenBSD/patches/2.9/i386/010_nvidia.patch">
                    278: A source code patch exists</a> which remedies the problem.
                    279: To avoid rebuilding the whole XFree86 tree, an updated binary driver
                    280: is also available
                    281: <a
                    282: href="ftp://ftp.openbsd.org/pub/OpenBSD/patches/2.9/i386/nv_drv.o">here
                    283: </a>. Just grab it, copy it to /usr/X11R6/lib/modules/drivers/ and
                    284: restart your X server.
                    285: <p>
                    286: <a name=XF86Setup></a>
1.31      naddy     287: <li><font color="#009000"><strong>009: RELIABILITY FIX: Jun 23,
1.1       deraadt   288: 2001</strong></font><br>
                    289: The XF86Setup(1) configuration tool for XFree86 3.3.6 is producing
                    290: corrupted /etc/XF86Config files.
                    291: <a href="ftp://ftp.openbsd.org/pub/OpenBSD/patches/2.9/i386/009_XF86Setup.patch">
                    292: A source code patch exists</a> which remedies the problem by linking
                    293: XF86Setup against the XFree86 3.3.6 version of libXxf86vm.a.
                    294: <p>
                    295: <li>When using a PS/2 keyboard with an MSI K7T Pro2A motherboard, it may be
                    296: necessary to disable the &quot;USB Keyboard Support&quot; and
                    297: &quot;USB Mouse Support&quot; options in the BIOS. Otherwise, the i8042
                    298: keyboard controller doesn't acknowledge commands, confusing OpenBSD.
                    299: </ul>
                    300: <p>
                    301: <a name=alpha></a>
1.31      naddy     302: <li><h3><font color="#e00000">alpha</font></h3>
1.1       deraadt   303: <ul>
                    304: <li>No problems identified yet.
                    305: </ul>
                    306: <p>
                    307: <a name=mac68k></a>
1.31      naddy     308: <li><h3><font color="#e00000">mac68k</font></h3>
1.1       deraadt   309: <ul>
1.31      naddy     310: <li><font color="#00900>"<strong>019: INSTALL PROBLEM: Dec 11, 2001</strong></font><br>
1.6       miod      311: The X binary sets shipped with OpenBSD 2.9 do not contain several files.  These
                    312: missing files can be added manually from the sparc tarballs after the
                    313: installation:<br>
                    314: Grab the
                    315: <a href="ftp://ftp.openbsd.org/pub/OpenBSD/2.9/sparc/xbase29.tgz">xbase29.tgz</a>
                    316: and
                    317: <a href="ftp://ftp.openbsd.org/pub/OpenBSD/2.9/sparc/xshare29.tgz">xshare29.tgz</a>
                    318: files found in the 2.9/sparc directory on the CD, or any FTP site.  The missing
                    319: files can be installed by using the following commands:
                    320:    <tt><pre>
                    321:    # cd /; tar xzpf xbase29.tgz ./usr/X11R6/lib/X11/{rgb.txt,xdm}
                    322:    # cd /; tar xzpf xserv29.tgz ./etc/X11/xserver ./usr/X11R6/lib/X11/xserver
                    323:    # cd /usr/X11R6/bin/; ln -fs Xmac68k X
                    324:    </pre></tt>
                    325:    </ul>
1.1       deraadt   326: </ul>
                    327: <p>
                    328: <a name=sparc></a>
1.31      naddy     329: <li><h3><font color="#e00000">sparc</font></h3>
1.1       deraadt   330: <ul>
                    331: <li>No problems identified yet.
                    332: </ul>
                    333: <p>
                    334: <a name=amiga></a>
1.31      naddy     335: <li><h3><font color="#e00000">amiga</font></h3>
1.1       deraadt   336: <ul>
                    337: <li>No problems identified yet.
                    338: </ul>
                    339: <p>
                    340: <a name=pmax></a>
1.31      naddy     341: <li><h3><font color="#e00000">pmax</font></h3>
1.1       deraadt   342: <ul>
                    343: <li>No problems identified yet.
                    344: </ul>
                    345: <p>
                    346: <a name=hp300></a>
1.31      naddy     347: <li><h3><font color="#e00000">hp300</font></h3>
1.1       deraadt   348: <ul>
                    349: <li>No problems identified yet.
                    350: </ul>
                    351: <p>
                    352: <a name=mvme68k></a>
1.31      naddy     353: <li><h3><font color="#e00000">mvme68k</font></h3>
1.1       deraadt   354: <ul>
                    355: <li>No problems identified yet.
                    356: </ul>
                    357: <p>
                    358: <a name=powerpc></a>
1.31      naddy     359: <li><h3><font color="#e00000">powerpc</font></h3>
1.1       deraadt   360: <ul>
                    361: <li>No problems identified yet.
                    362: </ul>
                    363: <p>
                    364: <a name=vax></a>
1.31      naddy     365: <li><h3><font color="#e00000">vax</font></h3>
1.1       deraadt   366: <ul>
                    367: <li>No problems identified yet.
                    368: </ul>
                    369: <p>
                    370: <a name=sun3></a>
1.31      naddy     371: <li><h3><font color="#e00000">sun3</font></h3>
1.1       deraadt   372: <ul>
                    373: <li>No problems identified yet.
                    374: </ul>
                    375:
                    376: </dl>
                    377: <br>
                    378:
                    379: <hr>
                    380: <a href=stable.html>For OpenBSD patch branch information, please refer here.</a><br>
1.26      deraadt   381: <br>
1.28      deraadt   382: For errata on a certain release, click below:<br>
1.27      deraadt   383: <a href="errata21.html">2.1</a>,
1.26      deraadt   384: <a href="errata22.html">2.2</a>,
                    385: <a href="errata23.html">2.3</a>,
                    386: <a href="errata24.html">2.4</a>,
                    387: <a href="errata25.html">2.5</a>,
                    388: <a href="errata26.html">2.6</a>,
                    389: <a href="errata27.html">2.7</a>,
                    390: <a href="errata28.html">2.8</a>,
                    391: <a href="errata30.html">3.0</a>,
                    392: <a href="errata31.html">3.1</a>,
1.32    ! deraadt   393: <a href="errata32.html">3.2</a>,
        !           394: <a href="errata.html">3.3</a>.
1.26      deraadt   395: <br>
                    396:
1.1       deraadt   397: <hr>
                    398: <a href=index.html><img height=24 width=24 src=back.gif border=0 alt=OpenBSD></a>
1.31      naddy     399: <a href="mailto:www@openbsd.org">www@openbsd.org</a>
1.32    ! deraadt   400: <br><small>$OpenBSD: errata29.html,v 1.31 2003/03/06 21:44:07 naddy Exp $</small>
1.1       deraadt   401:
                    402: </body>
                    403: </html>