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

Annotation of www/errata.html, Revision 1.315

1.1       deraadt     1: <!DOCTYPE HTML PUBLIC  "-//IETF//DTD HTML Strict//EN">
                      2: <html>
                      3: <head>
1.281     deraadt     4: <title>OpenBSD 2.8 errata</title>
1.1       deraadt     5: <link rev=made href=mailto:www@openbsd.org>
                      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.107     deraadt    10: <meta name="copyright" content="This document copyright 1997-1998 by OpenBSD.">
1.1       deraadt    11: </head>
                     12:
                     13: <BODY BGCOLOR="#FFFFFF" TEXT="#000000" LINK="#23238E">
                     14:
1.127     pauls      15: <img alt="[OpenBSD]" height=30 width=141 SRC="images/smalltitle.gif">
1.68      deraadt    16: <h2><font color=#0000e0>
1.281     deraadt    17: This is the OpenBSD 2.8 release errata &amp; patch list:
1.94      deraadt    18:
1.96      deraadt    19: </font></h2>
                     20:
1.94      deraadt    21: <hr>
1.240     jason      22: <a href=stable.html>For OpenBSD patch branch information, please refer here.</a><br>
1.94      deraadt    23: <a href=errata21.html>For 2.1 errata, please refer here</a>.<br>
                     24: <a href=errata22.html>For 2.2 errata, please refer here</a>.<br>
1.144     deraadt    25: <a href=errata23.html>For 2.3 errata, please refer here</a>.<br>
1.176     deraadt    26: <a href=errata24.html>For 2.4 errata, please refer here</a>.<br>
1.198     deraadt    27: <a href=errata25.html>For 2.5 errata, please refer here</a>.<br>
1.232     deraadt    28: <a href=errata26.html>For 2.6 errata, please refer here</a>.<br>
1.281     deraadt    29: <a href=errata27.html>For 2.7 errata, please refer here</a>.<br>
1.94      deraadt    30: <hr>
                     31:
1.281     deraadt    32: <a href=ftp://ftp.openbsd.org/pub/OpenBSD/patches/2.8.tar.gz>
1.142     deraadt    33: You can also fetch a tar.gz file containing all the following patches</a>.
                     34: This file is updated once a day.
                     35:
1.240     jason      36: <p> The patches below are available in CVS via the
1.281     deraadt    37: <code>OPENBSD_2_8</code> <a href="stable.html">patch branch</a>.
1.278     ericj      38:
                     39: <p>
                     40: For more detailed information on install patches to OpenBSD, please
                     41: consult the <a href="./faq/faq10.html#10.14">OpenBSD FAQ</a>.
1.142     deraadt    42: <hr>
                     43:
1.197     deraadt    44: <dl>
1.43      deraadt    45: <a name=all></a>
1.67      deraadt    46: <li><h3><font color=#e00000>All architectures</font></h3>
1.25      deraadt    47: <ul>
1.313     ericj      48: <a name=ipsec_ah></a>
                     49: <li><font color=#009000><strong>023: SECURITY FIX: Mar 2, 2001</strong></font><br>
                     50: Insufficient checks in the IPSEC AH IPv4 option handling code can lead to a buffer overrun leading to a remote DoS. This option is not on by default.
                     51: <a href="ftp://ftp.openbsd.org/pub/OpenBSD/patches/2.8/common/023_ip_ah.patch">A source code patch exists which remedies the problem.</a><br>
1.314     ericj      52: <p>
1.311     millert    53: <a name=sudo></a>
1.312     deraadt    54: <li><font color=#009000><strong>021: SECURITY FIX: Feb 22, 2001</strong></font><br>
1.311     millert    55: There is a buffer overflow in
                     56: <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=sudo&sektion=8">sudo</a>.
                     57: It is not currently known whether this is exploitable.
                     58: <a href="ftp://ftp.openbsd.org/pub/OpenBSD/patches/2.8/common/021_sudo.patch">A source code patch exists which remedies the problem.</a><br>
                     59: <p>
1.310     beck       60: <a name=libwrap></a>
                     61: <li><font color=#009000><strong>020: IMPLEMENTATION FIX: Feb 15, 2001</strong></font><br>
                     62: Client side ident protocol was broken in libwrap, affecting anything using libwrap including <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=tcpd&sektion=8">tcpd</a>. The effect of this was that libwrap would never retrieve and log ident values from remote hosts on connections.
                     63: <a href="ftp://ftp.openbsd.org/pub/OpenBSD/patches/2.8/common/020_libwrap.patch">A source code patch exists which remedies the problem.</a><br>
                     64: <p>
1.308     jason      65: <a name=lepci></a>
                     66: <li><font color=#009000><strong>019: IMPLEMENTATION FIX: Jan 31, 2001</strong></font><br>
                     67: Fix memory allocation in the PCI LANCE driver, <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=le&sektion=4&arch=i386">le</a>.  A side effect of this is that OpenBSD under VMWare now works again.<br>
                     68: <a href="ftp://ftp.openbsd.org/pub/OpenBSD/patches/2.8/common/019_lepci.patch">A source code patch exists which remedies the problem.</a><br>
                     69: <p>
1.305     jason      70: <a name=named></a>
                     71: <li><font color=#009000><strong>018: SECURITY FIX: Jan 29, 2001</strong></font><br>
1.306     deraadt    72: Merge <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=named&sektion=8">named</a>
                     73: with ISC BIND 4.9.8-REL, which fixes some buffer vulnerabilities (actually it appears
1.307     jason      74: that these were already impossible to exploit beforehands).<br>
1.305     jason      75: <a href="ftp://ftp.openbsd.org/pub/OpenBSD/patches/2.8/common/018_named.patch">A source code patch exists which remedies the problem.</a><br>
                     76: <p>
1.303     jason      77: <a name=rnd></a>
1.302     jason      78: <li><font color=#009000><strong>017: SECURITY FIX: Jan 22, 2001</strong></font><br>
1.304     jason      79: The <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=random&sektion=4">rnd(4)</a> device does not use all of its input when data is written to it.<br>
1.302     jason      80: <a href="ftp://ftp.openbsd.org/pub/OpenBSD/patches/2.8/common/017_rnd.patch">A source code patch exists which remedies the problem.</a><br>
                     81: <p>
1.300     jason      82: <a name=tl></a>
1.301     jason      83: <li><font color=#009000><strong>016: RELIABILITY FIX: Jan 4, 2001</strong></font><br>
1.300     jason      84: Allow ThunderLAN cards to share interrupts nicely.<br>
                     85: <a href="ftp://ftp.openbsd.org/pub/OpenBSD/patches/2.8/common/016_tl.patch">A source code patch exists which remedies the problem.</a>
                     86: <p>
1.299     ericj      87: <a name=xlock></a>
                     88: <li><font color=#009000><strong>014: SECURITY FIX: Dec 22, 2000</strong></font><br>
                     89: Improve xlock(1)'s authentication by authenticating via a pipe in an early forked process. No known vulnerability exists, this is just a precautionary patch.<br>
                     90: <a href="ftp://ftp.openbsd.org/pub/OpenBSD/patches/2.8/common/014_xlock.patch">A source code patch exists which remedies the problem.</a>
                     91: <p>
                     92: In addition to a source code patch, new xlock binaries have been created for each architecture listed below. Place these binaries at <i>/usr/X11R6/bin/xlock</i>
                     93:  and <i>chmod 4755 /usr/X11R6/bin/xlock</i>.
                     94: <p>
                     95: <ul>
                     96: <li><a href="ftp://ftp.openbsd.org/pub/OpenBSD/patches/2.8/i386/xlock">Xlock - i386</a>
                     97: <li><a href="ftp://ftp.openbsd.org/pub/OpenBSD/patches/2.8/sparc/xlock">Xlock - sparc</a>
                     98: <li><a href="ftp://ftp.openbsd.org/pub/OpenBSD/patches/2.8/mac68k/xlock">Xlock - mac68k</a>
                     99: <li><a href="ftp://ftp.openbsd.org/pub/OpenBSD/patches/2.8/powerpc/xlock">Xlock - powerpc</a>
                    100: <li><a href="ftp://ftp.openbsd.org/pub/OpenBSD/patches/2.8/amiga/xlock">Xlock - amiga</a>
                    101: <li><a href="ftp://ftp.openbsd.org/pub/OpenBSD/patches/2.8/hp300/xlock">Xlock - hp300</a>
                    102: <li><a href="ftp://ftp.openbsd.org/pub/OpenBSD/patches/2.8/mvme68k/xlock">Xlock - mvme68k</a>
                    103: </ul>
                    104: <p>
1.296     ericj     105: <a name=procfs></a>
                    106: <li><font color=#009000><strong>013: SECURITY FIX: Dec 18, 2000</strong></font><br>
1.298     ericj     107: <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=mount_procfs&sektion=8">Procfs</a> contained numerous overflows, which could lead an intruder to root permissions. Procfs is NOT enabled by default in OpenBSD. <br>
                    108: <a href="ftp://ftp.openbsd.org/pub/OpenBSD/patches/2.8/common/013_procfs.patch">A source code patch exists which remedies the problem.</a>
                    109: <p>
1.292     deraadt   110: <a name=hwcrypto></a>
                    111: <li><font color=#009000><strong>011: RELIABILITY FIX: Dec 13, 2000</strong></font><br>
1.294     jufi      112: The crypto subsystem could incorrectly fail to run certain software ciphers,
1.292     deraadt   113: if a hardware card existed in the machine.<br>
                    114: <a href="ftp://ftp.openbsd.org/pub/OpenBSD/patches/2.8/common/011_hwcrypto.patch">
                    115: A source code patch exists which remedies the problem.</a>
1.293     deraadt   116: <p>
1.292     deraadt   117: <a name=fastroute></a>
                    118: <li><font color=#009000><strong>010: RELIABILITY FIX: Dec 11, 2000</strong></font><br>
                    119: A crash could occur during fast routing, if IPSEC was enabled.<br>
                    120: <a href="ftp://ftp.openbsd.org/pub/OpenBSD/patches/2.8/common/010_fastroute.patch">
                    121: A source code patch exists which remedies the problem.</a>
1.293     deraadt   122: <p>
1.290     deraadt   123: <a name=kerberos2></a>
1.291     deraadt   124: <li><font color=#009000><strong>009: SECURITY FIX: Dec 10, 2000</strong></font><br>
1.295     aaron     125: Another problem exists in the Kerberos libraries.<br>
1.290     deraadt   126: <a href="ftp://ftp.openbsd.org/pub/OpenBSD/patches/2.8/common/009_kerberos2.patch">
                    127: A source code patch exists which remedies the problem.</a>
                    128: <p>
1.286     deraadt   129: <a name=kerberos></a>
1.288     deraadt   130: <li><font color=#009000><strong>008: SECURITY FIX: Dec 7, 2000</strong></font><br>
1.286     deraadt   131: Two problems have recently been discovered in the KerberosIV code.<p>
                    132: 1. A symlink problem was discovered in the KerberosIV password checking
                    133: routines /usr/bin/su and /usr/bin/login, which makes it possible for a
                    134: local user to overwrite any file on the local machine.<p>
1.287     jufi      135: 2. It is possible to specify environment variables in telnet
1.286     deraadt   136: which will be passed over the to the remote host. This makes it
                    137: possible to set environment variables on the remote side, including
                    138: ones that have special meaning on the server. It is not clear at this
                    139: time what the impact is, but we recommend everyone to upgrade their
1.289     jufi      140: machines immediately.<p>
1.288     deraadt   141: <a href="ftp://ftp.openbsd.org/pub/OpenBSD/patches/2.8/common/008_kerberos.patch">
1.286     deraadt   142: A source code patch exists which remedies the problem.</a>
                    143: <p>
1.285     deraadt   144: <a name=ftpd></a>
                    145: <li><font color=#009000><strong>005: SECURITY FIX: Dec 4, 2000</strong></font><br>
                    146: OpenBSD 2.8's ftpd contains a one-byte overflow in the replydirname() function.<br>
                    147: <a href="ftp://ftp.openbsd.org/pub/OpenBSD/patches/2.8/common/005_ftpd.patch">
1.296     ericj     148: A source code patch exists which remedies the problem.</a><br>
1.298     ericj     149: You can view the <a href="advisories/ftpd_replydirname.txt">OpenBSD Advisory</a> here.
1.285     deraadt   150: <p>
1.284     jason     151: <a name=rijndael> </a>
                    152: <li><font color=#009000><strong>004: RELIABILITY FIX: Nov 17, 2000</strong></font><br>
1.292     deraadt   153: First off, AES (rijndael) encryption and decryption were broken for IPSec
                    154: and swap encryption.<br>
                    155: Secondly, the AES code did not work properly on big endian machines.<br>
1.284     jason     156: <a href="ftp://ftp.openbsd.org/pub/OpenBSD/patches/2.8/common/004_rijndael.patch">
1.292     deraadt   157: A second revision source code patch exists which remedies the problem.</a>
1.284     jason     158: <p>
1.282     deraadt   159: <li><font color=#009000><strong>002: IMPLEMENTATION FIX: Nov 10, 2000</strong></font><br>
                    160: In ssh(1), skey support for SSH1 protocol was broken.  Some people might consider
                    161: that kind of important.<br>
                    162: <a href=ftp://ftp.openbsd.org/pub/OpenBSD/patches/2.8/common/002_sshskey.patch>
                    163: A source code patch exists which remedies this problem.</a>
1.25      deraadt   164: </ul>
1.177     deraadt   165: <p>
1.42      deraadt   166: <a name=i386></a>
1.67      deraadt   167: <li><h3><font color=#e00000>i386</font></h3>
1.25      deraadt   168: <ul>
1.313     ericj     169: <a name=userldt></a>
                    170: <li><font color=#009000><strong>022: SECURITY FIX: Mar 2, 2001</strong></font><br>
1.315   ! horacio   171: The <b>USER_LDT</b> kernel option allows an attacker to gain access to privleged areas of kernel memory. This option is not on by default.
1.313     ericj     172: <a href="ftp://ftp.openbsd.org/pub/OpenBSD/patches/2.8/i386/022_userltd.patch">A source code patch exists which remedies the problem.</a><br>
1.314     ericj     173: <p>
1.299     ericj     174: <a name=pms></a>
                    175: <li><font color=#009000><strong>015: STABILITY FIX: Dec 22, 2000</strong></font><br>
                    176: Some machines locked up while trying to use the mouse in console mode. This patch solves that problem.<br>
                    177: <a href="ftp://ftp.openbsd.org/pub/OpenBSD/patches/2.8/i386/015_pms.patch">A source code patch exists which remedies this problem.</a>
                    178: <p>
1.285     deraadt   179: <a name=pcibios></a>
                    180: <li><font color=#009000><strong>006: STABILITY FIX: Dec 4, 2000</strong></font><br>
                    181: On some machines, a PCIBIOS device driver interrupt allocation bug can cause a
                    182: kernel hang while probing PCI devices.  If you have this symptom, you can disable
                    183: PCIBIOS as a workaround.  To do this,
                    184:     <ul>
                    185:     <li>Enter the User Kernel Configuration by booting with the
                    186:        option &quot;boot -c&quot;.
                    187:     <li>Once at the <i>UKC></i> prompt, enter <pre><tt>
                    188:        UKC> disable pcibios
                    189:        UKC> quit
                    190:     </tt></pre>
                    191:     <li>See <a href="./faq/faq5.html#5.6">FAQ 5.6</a> after a successful
                    192:     boot for instructions on how to re-write your kernel to disable PCIBIOS
                    193:     permanently.
                    194:     </ul>
                    195: <p>
1.39      deraadt   196: </ul>
1.155     deraadt   197: <p>
1.47      deraadt   198: <a name=mac68k></a>
1.67      deraadt   199: <li><h3><font color=#e00000>mac68k</font></h3>
1.39      deraadt   200: <ul>
1.285     deraadt   201: <a name=x_mac68k></a>
                    202: <li><font color=#009000><strong>007: INSTALL PROBLEM: Dec 4, 2000</strong></font><br>
                    203: The X packages
                    204: <a href="ftp://ftp.openbsd.org/pub/OpenBSD/2.8/mac68k/xshare28.tgz">share28.tgz</a>
                    205: and
                    206: <a href="ftp://ftp.openbsd.org/pub/OpenBSD/2.8/mac68k/xfont28.tgz">font28.tgz</a>
                    207: were not on the CD, and only available via FTP install.  These packages can be
                    208: added post-install by using the following command:
                    209:     <tt><pre>
                    210:     # cd /; tar xvfpz xshare28.tgz
                    211:     # cd /; tar xvfpz xfont28.tgz
                    212:     </pre></tt>
1.25      deraadt   213: </ul>
1.155     deraadt   214: <p>
1.65      deraadt   215: <a name=sparc></a>
1.67      deraadt   216: <li><h3><font color=#e00000>sparc</font></h3>
1.25      deraadt   217: <ul>
1.285     deraadt   218: <a name=x_sparc></a>
                    219: <li><font color=#009000><strong>007: INSTALL PROBLEM: Dec 4, 2000</strong></font><br>
                    220: The X packages
                    221: <a href="ftp://ftp.openbsd.org/pub/OpenBSD/2.8/sparc/xshare28.tgz">share28.tgz</a>
                    222: and
                    223: <a href="ftp://ftp.openbsd.org/pub/OpenBSD/2.8/sparc/xfont28.tgz">font28.tgz</a>
                    224: were not on the CD, and only available via FTP install.  These packages can be
                    225: added post-install by using the following command:
                    226:     <tt><pre>
                    227:     # cd /; tar xvfpz xshare28.tgz
                    228:     # cd /; tar xvfpz xfont28.tgz
                    229:     </pre></tt>
                    230: <p>
                    231: <a name=qe></a>
1.284     jason     232: <li><font color=#009000><strong>003: RELIABILITY FIX: Nov 17, 2000</strong></font><br>
                    233: Configuring a qec+qe causes a NMI panic.<br>
                    234: <a href=ftp://ftp.openbsd.org/pub/OpenBSD/patches/2.8/sparc/003_qe.patch>
                    235: A source code patch exists which remedies this problem.</a>
                    236: <p>
1.282     deraadt   237: <a name=zsconsole> </a>
                    238: <li><font color=#009000><strong>001: RELIABILITY FIX: Nov 10, 2000</strong></font><br>
                    239: When running a sparc with a serial console, certain types of interrupts would
                    240: cause great grief.<br>
                    241: <a href=ftp://ftp.openbsd.org/pub/OpenBSD/patches/2.8/sparc/001_zsconsole.patch>
                    242: A source code patch exists which remedies this problem.</a>
1.39      deraadt   243: </ul>
1.177     deraadt   244: <p>
1.93      deraadt   245: <a name=amiga></a>
1.67      deraadt   246: <li><h3><font color=#e00000>amiga</font></h3>
1.93      deraadt   247: <ul>
1.285     deraadt   248: <a name=x_amiga></a>
                    249: <li><font color=#009000><strong>007: INSTALL PROBLEM: Dec 4, 2000</strong></font><br>
                    250: The X packages
                    251: <a href="ftp://ftp.openbsd.org/pub/OpenBSD/2.8/amiga/xshare28.tgz">share28.tgz</a>
                    252: and
                    253: <a href="ftp://ftp.openbsd.org/pub/OpenBSD/2.8/amiga/xfont28.tgz">font28.tgz</a>
                    254: were not on the CD, and only available via FTP install.  These packages can be
                    255: added post-install by using the following command:
                    256:     <tt><pre>
                    257:     # cd /; tar xvfpz xshare28.tgz
                    258:     # cd /; tar xvfpz xfont28.tgz
                    259:     </pre></tt>
1.25      deraadt   260: </ul>
1.155     deraadt   261: <p>
1.65      deraadt   262: <a name=pmax></a>
1.67      deraadt   263: <li><h3><font color=#e00000>pmax</font></h3>
1.25      deraadt   264: <ul>
1.281     deraadt   265: <li>No problems identified yet.
1.25      deraadt   266: </ul>
1.155     deraadt   267: <p>
1.281     deraadt   268: <a name=hp300></a>
                    269: <li><h3><font color=#e00000>hp300</font></h3>
1.59      deraadt   270: <ul>
1.285     deraadt   271: <a name=x_hp300></a>
                    272: <li><font color=#009000><strong>007: INSTALL PROBLEM: Dec 4, 2000</strong></font><br>
                    273: The X packages
                    274: <a href="ftp://ftp.openbsd.org/pub/OpenBSD/2.8/hp300/xshare28.tgz">share28.tgz</a>
                    275: and
                    276: <a href="ftp://ftp.openbsd.org/pub/OpenBSD/2.8/hp300/xfont28.tgz">font28.tgz</a>
                    277: were not on the CD, and only available via FTP install.  These packages can be
                    278: added post-install by using the following command:
                    279:     <tt><pre>
                    280:     # cd /; tar xvfpz xshare28.tgz
                    281:     # cd /; tar xvfpz xfont28.tgz
                    282:     </pre></tt>
1.59      deraadt   283: </ul>
1.155     deraadt   284: <p>
1.281     deraadt   285: <a name=mvme68k></a>
                    286: <li><h3><font color=#e00000>mvme68k</font></h3>
1.56      deraadt   287: <ul>
1.285     deraadt   288: <a name=x_mvme68k></a>
                    289: <li><font color=#009000><strong>007: INSTALL PROBLEM: Dec 4, 2000</strong></font><br>
                    290: The X packages
                    291: <a href="ftp://ftp.openbsd.org/pub/OpenBSD/2.8/mvme68k/xshare28.tgz">share28.tgz</a>
                    292: and
                    293: <a href="ftp://ftp.openbsd.org/pub/OpenBSD/2.8/mvme68k/xfont28.tgz">font28.tgz</a>
                    294: were not on the CD, and only available via FTP install.  These packages can be
                    295: added post-install by using the following command:
                    296:     <tt><pre>
                    297:     # cd /; tar xvfpz xshare28.tgz
                    298:     # cd /; tar xvfpz xfont28.tgz
                    299:     </pre></tt>
1.56      deraadt   300: </ul>
1.155     deraadt   301: <p>
1.281     deraadt   302: <a name=powerpc></a>
                    303: <li><h3><font color=#e00000>powerpc</font></h3>
1.110     millert   304: <ul>
1.293     deraadt   305: <a name=imacdv></a>
                    306: <li><font color=#009000><strong>012: INSTALL PROBLEM: Dec 14, 2000</strong></font><br>
                    307: The IMac DV+ (and probably some other machines) incorrectly identify their video
                    308: hardware, but it is possible to work around the problem.<br>
1.309     jason     309: <a href="ftp://ftp.openbsd.org/pub/OpenBSD/patches/2.8/powerpc/012_imacdv.patch">
1.293     deraadt   310: A source code patch exists which remedies the problem.</a>
1.56      deraadt   311: </ul>
1.155     deraadt   312: <p>
1.281     deraadt   313: <a name=vax></a>
                    314: <li><h3><font color=#e00000>vax</font></h3>
1.25      deraadt   315: <ul>
1.232     deraadt   316: <li>No problems identified yet.
1.25      deraadt   317: </ul>
1.155     deraadt   318: <p>
1.281     deraadt   319: <a name=sun3></a>
                    320: <li><h3><font color=#e00000>sun3</font></h3>
1.95      deraadt   321: <ul>
1.285     deraadt   322: <a name=x_sun3></a>
                    323: <li><font color=#009000><strong>007: INSTALL PROBLEM: Dec 4, 2000</strong></font><br>
                    324: The X packages
                    325: <a href="ftp://ftp.openbsd.org/pub/OpenBSD/2.8/sun3/xshare28.tgz">share28.tgz</a>
                    326: and
                    327: <a href="ftp://ftp.openbsd.org/pub/OpenBSD/2.8/sun3/xfont28.tgz">font28.tgz</a>
                    328: were not on the CD, and only available via FTP install.  These packages can be
                    329: added post-install by using the following command:
                    330:     <tt><pre>
                    331:     # cd /; tar xvfpz xshare28.tgz
                    332:     # cd /; tar xvfpz xfont28.tgz
                    333:     </pre></tt>
1.144     deraadt   334: </ul>
                    335:
1.197     deraadt   336: </dl>
1.25      deraadt   337: <br>
1.75      deraadt   338:
1.25      deraadt   339: <hr>
1.240     jason     340: <a href=stable.html>For OpenBSD patch branch information, please refer here.</a><br>
1.93      deraadt   341: <a href=errata21.html>For 2.1 errata, please refer here</a>.<br>
                    342: <a href=errata22.html>For 2.2 errata, please refer here</a>.<br>
1.144     deraadt   343: <a href=errata23.html>For 2.3 errata, please refer here</a>.<br>
1.176     deraadt   344: <a href=errata24.html>For 2.4 errata, please refer here</a>.<br>
1.198     deraadt   345: <a href=errata25.html>For 2.5 errata, please refer here</a>.<br>
1.232     deraadt   346: <a href=errata26.html>For 2.6 errata, please refer here</a>.<br>
1.281     deraadt   347: <a href=errata27.html>For 2.7 errata, please refer here</a>.<br>
1.2       deraadt   348: <hr>
1.176     deraadt   349:
1.186     deraadt   350: <a href=index.html><img height=24 width=24 src=back.gif border=0 alt=OpenBSD></a>
1.2       deraadt   351: <a href=mailto:www@openbsd.org>www@openbsd.org</a>
1.315   ! horacio   352: <br><small>$OpenBSD: errata.html,v 1.314 2001/03/02 15:35:44 ericj Exp $</small>
1.2       deraadt   353:
                    354: </body>
                    355: </html>