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

Annotation of www/errata23.html, Revision 1.36

1.28      naddy       1: <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
1.1       deraadt     2: <html>
                      3: <head>
1.12      deraadt     4: <title>OpenBSD 2.3 errata</title>
1.28      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.18      jufi       10: <meta name="copyright" content="This document copyright 1997-2001 by OpenBSD.">
1.31      henning    11: <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
1.1       deraadt    12: </head>
                     13:
1.32      david      14: <body bgcolor="#ffffff" text="#000000" link="#23238E">
1.1       deraadt    15:
1.23      jsyn       16: <a href="index.html"><img alt="[OpenBSD]" height="30" width="141" src="images/smalltitle.gif" border="0"></a>
1.28      naddy      17: <h2><font color="#0000e0">
1.4       espie      18: This is the OpenBSD 2.3 release errata &amp; patch list:
1.1       deraadt    19:
                     20: </font></h2>
                     21:
                     22: <hr>
1.13      jason      23: <a href=stable.html>For OpenBSD patch branch information, please refer here.</a><br>
1.25      deraadt    24: <br>
1.26      deraadt    25: For errata on a certain release, click below:<br>
1.25      deraadt    26: <a href="errata21.html">2.1</a>,
                     27: <a href="errata22.html">2.2</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="errata29.html">2.9</a>,
                     34: <a href="errata30.html">3.0</a>,
                     35: <a href="errata31.html">3.1</a>,
1.29      deraadt    36: <a href="errata32.html">3.2</a>,
1.30      david      37: <a href="errata33.html">3.3</a>,
1.34      david      38: <a href="errata34.html">3.4</a>,
1.35      miod       39: <a href="errata35.html">3.5</a>,
1.36    ! deraadt    40: <a href="errata36.html">3.6</a>,
        !            41: <a href="errata.html">3.7</a>.
1.25      deraadt    42: <br>
1.1       deraadt    43: <hr>
                     44:
1.28      naddy      45: <a href="ftp://ftp.openbsd.org/pub/OpenBSD/patches/2.3.tar.gz">
1.1       deraadt    46: You can also fetch a tar.gz file containing all the following patches</a>.
                     47: This file is updated once a day.
                     48:
1.14      ericj      49: <p>
1.27      deraadt    50: For more detailed information on how to install patches to OpenBSD, please
1.14      ericj      51: consult the <a href="./faq/faq10.html#10.14">OpenBSD FAQ</a>.
                     52:
1.1       deraadt    53: <hr>
                     54:
1.31      henning    55: <a name="all"></a>
                     56: <h3><font color="#e00000">All architectures</font></h3>
1.1       deraadt    57: <ul>
1.31      henning    58: <li><a name="bootpd"></a>
                     59: <font color="#009000"><strong>SECURITY FIX</strong></font><br>
1.5       deraadt    60: A remotely exploitable problem exists in bootpd(8).  bootpd is disabled
                     61: by default, but some people may actually be using it.
1.28      naddy      62: <a href="ftp://ftp.openbsd.org/pub/OpenBSD/patches/2.3/common/bootpd.patch">
1.7       millert    63: A source code patch exists which remedies this problem</a>, this is the
                     64: second version of the patch.
1.5       deraadt    65: <p>
1.31      henning    66: <li><a name="tcpfix"></a>
                     67: <font color="#009000"><strong>SECURITY FIX</strong></font><br>
1.2       deraadt    68: A remote machine lockup problem exists in the TCP decoding code.
1.28      naddy      69: <a href="ftp://ftp.openbsd.org/pub/OpenBSD/patches/2.3/common/tcpfix.patch">
1.2       deraadt    70: A source code patch exists which remedies this problem.</a>
                     71: <p>
1.31      henning    72: <li><a name="atapi"></a>
                     73: <font color="#009000"><strong>HARDWARE SUPPORT</strong></font><br>
1.1       deraadt    74: Some ATAPI cdroms which do not support the full mandatory command set,
                     75: (e.g. ATAPI_READ_CD_CAPACITY) do not work with the acd(4) driver.
                     76: A patch is
1.28      naddy      77: <a href="ftp://ftp.openbsd.org/pub/OpenBSD/patches/2.3/common/acd.patch">
1.1       deraadt    78: available here.</a>
                     79: <p>
1.31      henning    80: <li><a name="chpass"></a>
                     81: <font color="#009000"><strong>SECURITY FIX</strong></font><br>
1.1       deraadt    82: Chpass(1) has a file descriptor leak which allows an
                     83: attacker to modify /etc/master.passwd.
1.28      naddy      84: <a href="ftp://ftp.openbsd.org/pub/OpenBSD/patches/2.3/common/chpass.patch">
1.1       deraadt    85: A source code patch exists which remedies this problem.</a>
                     86: <p>
1.31      henning    87: <li><a name="resid"></a>
                     88: <font color="#009000"><strong>RELIABILITY FIX</strong></font><br>
1.1       deraadt    89: Calling readv(2) with iov_len < 0 or > INT_MAX would result in a
                     90: kernel panic.  This is the third revision of this patch.
1.28      naddy      91: <a href="ftp://ftp.openbsd.org/pub/OpenBSD/patches/2.3/common/resid.patch">
1.1       deraadt    92: A source code patch exists which remedies this problem.</a>
                     93: <p>
1.31      henning    94: <li><a name="inetd"></a>
                     95: <font color="#009000"><strong>SECURITY FIX</strong></font><br>
1.1       deraadt    96: Inetd had a file descriptor leak.  A patch is
1.28      naddy      97: <a href="ftp://ftp.openbsd.org/pub/OpenBSD/patches/2.3/common/inetd.patch">
1.1       deraadt    98: available here.</a>
                     99: <p>
1.31      henning   100: <li><a name="unionfs"></a>
                    101: <font color="#009000"><strong>BUG FIX</strong></font><br>
1.1       deraadt   102: As shipped, unionfs had some serious problems.
1.28      naddy     103: <a href="ftp://ftp.openbsd.org/pub/OpenBSD/patches/2.3/common/unionfs.patch">
1.1       deraadt   104: A patch is available to solve this</a>.
                    105: <p>
1.31      henning   106: <li><a name="fdalloc"></a>
                    107: <font color="#009000"><strong>SECURITY FIX</strong></font><br>
1.1       deraadt   108: Some non-allocated file descriptors have implied uses according to
                    109: system libraries, and hence setuid and setgid processes should not
                    110: be executed with these descriptors unallocated.  A patch which forces
                    111: setuid and setgid processes to have some descriptors in fd slots
                    112: 0, 1, and 2 is
1.28      naddy     113: <a href="ftp://ftp.openbsd.org/pub/OpenBSD/patches/2.3/common/fdalloc.patch">
1.1       deraadt   114: available here.</a>
                    115: <p>
1.31      henning   116: <li><a name="resolver"></a>
                    117: <font color="#009000"><strong>SECURITY FIX</strong></font><br>
1.3       deraadt   118: A benign looking buffer overflow in the resolver routines was re-introduced
                    119: accidentally.  The previously fixed behaviour is more correct.  A patch
                    120: to fix this is
1.28      naddy     121: <a href="ftp://ftp.openbsd.org/pub/OpenBSD/patches/2.3/common/resolver.patch">
1.3       deraadt   122: available here.</a>
                    123: <p>
1.31      henning   124: <li><a name="xlib"></a>
                    125: <font color="#009000"><strong>SECURITY FIX</strong></font><br>
1.1       deraadt   126: Vulnerabilities have been found in the X11, Xt, Xaw and Xmu
                    127: libraries. These affect xterm and all other setuid-root programs that
                    128: use these libraries. The problems are associated with buffer overflows
                    129: in code that processes user-supplied data. The Xt library problems
                    130: include those fixed in TOG's recent public patch 3 for X11R6.3. All
                    131: releases of XFree86 up to and including 3.3.2 patch 1 and the version
                    132: distributed with OpenBSD are vulnerable to some or all of these
                    133: problems.
                    134: These problems are fixed in XFree86 patch 2.
1.28      naddy     135: <a href="ftp://ftp.openbsd.org/pub/OpenBSD/patches/2.3/common/XFree86-3.3.2.2.patch">
1.1       deraadt   136: The 2nd source patch</a> for these problems, specifically adapted to the
                    137: OpenBSD 2.3 X11 tree, is available now.
                    138: <p>
1.31      henning   139: <li><a name="kill"></a>
                    140: <font color="#009000"><strong>SECURITY FIX</strong></font><br>
1.1       deraadt   141: The kill(2) system call previously would permit a large set of signals to
                    142: be delivered to setuid or setgid processes.  If such processes were using
                    143: those signals in dubious ways, this could have resulted in security
                    144: problems of various kinds.
1.28      naddy     145: <a href="ftp://ftp.openbsd.org/pub/OpenBSD/patches/2.3/common/kill.patch">
1.1       deraadt   146: The fourth revision of a source code patch which solves the problem is
                    147: available.</a>
                    148: <p>
1.31      henning   149: <li><a name="immutable"></a>
                    150: <font color="#009000"><strong>SECURITY FIX</strong></font><br>
1.1       deraadt   151: A possible new security problem exists if you rely on securelevels and
                    152: immutable or append-only files or character devices.  The fix does not
                    153: permit mmap'ing of immutable or append-only files which are otherwise
1.17      pvalchev  154: writable, as the VM system will bypass the meaning of the file flags
1.1       deraadt   155: when writes happen to the file.
1.28      naddy     156: <a href="ftp://ftp.openbsd.org/pub/OpenBSD/patches/2.3/common/immutable.patch">
1.1       deraadt   157: A source code patch exists which remedies this problem.</a>
                    158: <p>
1.31      henning   159: <li><a name="ipsec"></a>
                    160: <font color="#009000"><strong>SECURITY FIX</strong></font><br>
1.1       deraadt   161: If IPSEC communication is attempted by starting photurisd(8) (which is
                    162: disabled by default), a system crash may be evoked from remote if
                    163: an attacker uses some classes of invalid packets.
1.28      naddy     164: <a href="ftp://ftp.openbsd.org/pub/OpenBSD/patches/2.3/common/ipsec.patch">
1.1       deraadt   165: A source code patch exists which remedies this problem.</a>
                    166: <p>
1.31      henning   167: <a name="xterm-xaw"></a>
1.28      naddy     168: <li><font color="#009000"><strong>SECURITY FIX</strong></font><br>
1.1       deraadt   169: As stated in CERT advisory VB-98.04, there are buffer
                    170: overrun problems in <strong>xterm</strong> related to the input-Method,
                    171: preeditType, and *Keymap resources. Additional buffer overruns exist in
                    172: the <strong>Xaw</strong> library related to the inputMethod and
                    173: preeditType resources.   The xterm(1) problem represents a security
                    174: vulnerability for any platform where xterm is installed setuid-root
                    175: (as is the case for all OpenBSD platforms).  The Xaw problem represents
                    176: a security vulnerability for any setuid-root program that uses the Xaw
                    177: library (including xterm).  Patch1 from XFree86 3.3.2 corrects
                    178: these problems.
1.28      naddy     179: <a href="ftp://ftp.openbsd.org/pub/OpenBSD/patches/2.3/common/xterm-xaw.patch">
1.1       deraadt   180: We provide a version of this patch file specifically for the OpenBSD 2.3 tree</a>.
                    181: We also provide tar files which replace the xterm(1) binary and the libXaw
                    182: libraries on your system. These are expected to be extracted in
                    183: <strong>/usr/X11R6</strong> using the command
                    184: <strong>"tar xvfpz Xawfix.tgz"</strong>.
                    185: The files are...
1.28      naddy     186: <a href="ftp://ftp.openbsd.org/pub/OpenBSD/patches/2.3/i386/Xawfix.tgz">i386</a>,
                    187: <a href="ftp://ftp.openbsd.org/pub/OpenBSD/patches/2.3/alpha/Xawfix.tgz">alpha</a>,
                    188: <a href="ftp://ftp.openbsd.org/pub/OpenBSD/patches/2.3/mac68k/Xawfix.tgz">mac68k</a>,
                    189: <a href="ftp://ftp.openbsd.org/pub/OpenBSD/patches/2.3/mvme68k/Xawfix.tgz">
1.1       deraadt   190:        mvme68k</a>,
1.28      naddy     191: <a href="ftp://ftp.openbsd.org/pub/OpenBSD/patches/2.3/hp300/Xawfix.tgz">hp300</a>,
                    192: <a href="ftp://ftp.openbsd.org/pub/OpenBSD/patches/2.3/sparc/Xawfix.tgz">sparc</a>,
                    193: <a href="ftp://ftp.openbsd.org/pub/OpenBSD/patches/2.3/pmax/Xawfix.tgz">pmax</a>,
1.1       deraadt   194: and
1.28      naddy     195: <a href="ftp://ftp.openbsd.org/pub/OpenBSD/patches/2.3/arc/Xawfix.tgz">arc</a>.
1.1       deraadt   196: <p>
                    197: </ul>
1.31      henning   198: <a name="i386"></a>
                    199: <h3><font color="#e00000">i386</font></h3>
1.1       deraadt   200: <ul>
1.31      henning   201: <li><a name="pctr"></a>
                    202: <font color="#009000"><strong>RELIABILITY FIX</strong></font><br>
1.1       deraadt   203: The pctr(4) driver has bugs that permit any user to crash the machine,
                    204: if the CPU is not an Intel CPU.  This problem has been properly fixed
                    205: since, but fixes are hard to apply to the 2.2 or 2.3 releases.  To avoid
                    206: the problem, recompile your kernel without the pctr(4) device driver.
                    207: <p>
1.28      naddy     208: <li><font color="#009000"><strong>CORRUPTED FILE</strong></font><br>
1.1       deraadt   209: The CD version of the precompiled ghostscript package is corrupted and
                    210: not installable.  The correct file can be retrieved by FTP from:
1.28      naddy     211: <a href="ftp://ftp.openbsd.org/pub/OpenBSD/2.3/packages/i386/ghostscript-5.10.tgz">
1.1       deraadt   212: ftp://ftp.openbsd.org/pub/OpenBSD/2.3/packages/i386/ghostscript-5.10.tgz</a>.
                    213: Its checksums (obtained with <i>cksum(1)</i>, <i>md5(1)</i> and
                    214: <i>sha1(1)</i> respectively) are:
                    215: <ul>
                    216: <li>725752890 3639338 ghostscript-5.10.tgz
                    217: <li>MD5 (ghostscript-5.10.tgz) = 3144ca814ad1965d671be2b7be3d3050
                    218: <li>SHA1 (ghostscript-5.10.tgz) = bd9374fa547ac0078d5207463d3b0a19d80d213c
                    219: </ul>
                    220: <p>
1.31      henning   221: <a name="pcvt"></a>
1.28      naddy     222: <li><font color="#009000"><strong>RELIABILITY FIX</strong></font><br>
1.1       deraadt   223: The pcvt(4) console driver has a bug that can cause some keyboard
                    224: controllers to lock up when a key is pressed that toggles the status
                    225: of a keyboard LED (scroll lock, caps lock, etc).  The problem is
                    226: generally intermittent and the keyboard can be "unlocked" by unplugging
                    227: and plugging it back in.
1.28      naddy     228: <a href="ftp://ftp.openbsd.org/pub/OpenBSD/patches/2.3/i386/pcvt.patch">
1.1       deraadt   229: A source code patch exists which remedies this problem.</a>
                    230: <p>
                    231: </ul>
1.31      henning   232: <a name="mac68k"></a>
                    233: <h3><font color="#e00000">mac68k</font></h3>
1.1       deraadt   234: <ul>
                    235: <li>No problems identified yet.
                    236: <p>
                    237: </ul>
1.31      henning   238: <a name="sparc"></a>
                    239: <h3><font color="#e00000">sparc</font></h3>
1.1       deraadt   240: <ul>
1.28      naddy     241: <li><font color="#009000"><strong>RELIABILITY FIX</strong></font><br>
1.1       deraadt   242: The 2.3 release does not run reliably on the sun4m LX/LC machines
                    243: (ie. Sparc Classic).
1.28      naddy     244: <a href="ftp://ftp.openbsd.org/pub/OpenBSD/patches/2.3/sparc/iommureg.patch">
1.1       deraadt   245: A source code patch exists which remedies this problem.</a>
                    246: Two kernels which replace the ones in the release are also provided:
1.28      naddy     247: <a href="ftp://ftp.openbsd.org/pub/OpenBSD/patches/2.3/sparc/bsd">bsd</a> and
                    248: <a href="ftp://ftp.openbsd.org/pub/OpenBSD/patches/2.3/sparc/bsd.scsi3">bsd.scsi3</a>.
1.1       deraadt   249: Other replacements for the 2.3 install tools are
1.28      naddy     250: <a href="ftp://ftp.openbsd.org/pub/OpenBSD/patches/2.3/sparc">also available</a>.
1.1       deraadt   251: <p>
                    252: </ul>
1.31      henning   253: <a name="amiga"></a>
                    254: <h3><font color="#e00000">amiga</font></h3>
1.1       deraadt   255: <ul>
1.28      naddy     256: <li><font color="#009000"><strong>MINOR INCOMPATIBILITY</strong></font><br>
1.1       deraadt   257: The AmigaOS patch
                    258: <a href="http://us.aminet.net/pub/aminet/util/sys/PoolMem.lha">PoolMem</a>
                    259: improves AmigaOS memory handling tremendously, but confuses loadbsd, which
                    260: grabs less memory from the system than is available. To work around the
                    261: problem, be sure to execute
                    262: <pre>
                    263:     PoolMem remove
                    264: </pre>
                    265: right before running loadbsd. The next release of loadbsd will probably be
                    266: PoolMem-aware.
                    267: <p>
                    268: </ul>
1.31      henning   269: <a name="pmax"></a>
                    270: <h3><font color="#e00000">pmax</font></h3>
1.1       deraadt   271: <ul>
1.28      naddy     272: <li><font color="#009000"><strong>RELEASE WARNING</strong></font><br>
1.1       deraadt   273: The XFree86 binary set shipped on the CD and FTP site are not the
                    274: exact final set that we shipped for the other releases.  A few minor
                    275: changes, mostly in <strong>xdm(1)</strong> configuration, were made
                    276: after those binaries were made.  Patches for this might come out later.
                    277: <p>
1.28      naddy     278: <li><font color="#009000"><strong>X11 RELEASE ERROR</strong></font><br>
1.1       deraadt   279: The XFree86 binary set was linked with an older version of the C
                    280: library.  To work around the problem, do the following as root.
                    281: <p>
1.31      henning   282: <pre>
                    283:     cd /usr/lib/
                    284:     ln -s libc.so.18.0 libc.so.17
                    285: </pre>
1.1       deraadt   286: <p>
1.28      naddy     287: <li><font color="#009000"><strong>X11 RELEASE ERROR</strong></font><br>
1.1       deraadt   288: The X11R5 server used in this port does not understand the default
                    289: authorization types used by the X11R6 clients, which results in no
                    290: clients being able to connect to the  server.  To fix this
                    291: problem add the line below to /usr/X11R6/lib/X11/xdm/xdm-config.
                    292: <p>
1.31      henning   293: <pre>
                    294:     DisplayManager._0.authName: MIT-MAGIC-COOKIE-1
                    295: </pre>
1.1       deraadt   296: <p>
1.28      naddy     297: <li><font color="#009000"><strong>INSTALLATION PROCESS FLAW</strong></font><br>
1.1       deraadt   298: The pmax install does not correctly install the boot block.
                    299: To work around the problem, after the install program has finished, do
                    300: the following (assuming scsi id 0):
                    301: <p>
1.31      henning   302: <pre>
                    303:     disklabel rz0 > /tmp/label
                    304:     disklabel -R -B rz0 /tmp/label
                    305: </pre>
1.1       deraadt   306: <p>
                    307: </ul>
1.31      henning   308: <a name="arc"></a>
                    309: <h3><font color="#e00000">arc</font></h3>
1.1       deraadt   310: <ul>
1.28      naddy     311: <li><font color="#009000"><strong>RELEASE WARNING</strong></font><br>
1.1       deraadt   312: The XFree86 binary set shipped on the CD and FTP site are not the
                    313: exact final set that we shipped for the other releases.  A few minor
                    314: changes, mostly in <strong>xdm(1)</strong> configuration, were made
                    315: after those binaries were made.  Patches for this might come out later.
                    316: <p>
1.28      naddy     317: <li><font color="#009000"><strong>X11 RELEASE ERROR</strong></font><br>
1.1       deraadt   318: The XFree86 binary set was linked with an older version of the C
                    319: library.  To work around the problem, do the following as root.
                    320: <p>
1.31      henning   321: <pre>
                    322:     cd /usr/lib/
                    323:     ln -s libc.so.18.0 libc.so.17
                    324: </pre>
1.1       deraadt   325: <p>
                    326: </ul>
1.31      henning   327: <a name="alpha"></a>
                    328: <h3><font color="#e00000">alpha</font></h3>
1.1       deraadt   329: <ul>
1.28      naddy     330: <li><font color="#009000"><strong>RELEASE WARNING</strong></font><br>
1.1       deraadt   331: When you start the install an upgrade option is advertised but
                    332: there really is no such option.
                    333: <p>
                    334: </ul>
1.31      henning   335: <a name="hp300"></a>
                    336: <h3><font color="#e00000">hp300</font></h3>
1.1       deraadt   337: <ul>
1.28      naddy     338: <li><font color="#009000"><strong>RELEASE WARNING</strong></font><br>
1.1       deraadt   339: When you start the install an upgrade option is advertised but
                    340: there really is no such option.
                    341: <p>
1.28      naddy     342: <li><font color="#009000"><strong>RELEASE WARNING</strong></font><br>
1.17      pvalchev  343: Unlabeled disks with weird geometries can panic the kernel.
1.1       deraadt   344: A fix will be made available when 2.3 is out.
                    345: <p>
                    346: </ul>
1.31      henning   347: <a name="mvme68k"></a>
                    348: <h3><font color="#e00000">mvme68k</font></h3>
1.1       deraadt   349: <ul>
                    350: <li>No problems identified yet.
                    351: <p>
                    352: </ul>
1.31      henning   353: <a name="powerpc"></a>
                    354: <h3><font color="#e00000">powerpc</font></h3>
1.1       deraadt   355: <ul>
1.28      naddy     356: <li><font color="#009000"><strong>SECURITY FIX</strong></font><br>
1.1       deraadt   357: The powerpc release shipped on the OpenBSD 2.3 CD does not contain
                    358: two late fixes applied late in the release cycle.  The
1.28      naddy     359: <a href="errata22.html#rmjob">rmjob</a> and
                    360: <a href="errata22.html#uucpd">uucpd</a> patches should be applied to
1.1       deraadt   361: the system if those subsystems are used.
                    362: <p>
                    363: </ul>
1.10      deraadt   364:
1.1       deraadt   365: <br>
                    366:
                    367: <hr>
1.13      jason     368: <a href=stable.html>For OpenBSD patch branch information, please refer here.</a><br>
1.25      deraadt   369: <br>
1.26      deraadt   370: For errata on a certain release, click below:<br>
1.25      deraadt   371: <a href="errata21.html">2.1</a>,
                    372: <a href="errata22.html">2.2</a>,
                    373: <a href="errata24.html">2.4</a>,
                    374: <a href="errata25.html">2.5</a>,
                    375: <a href="errata26.html">2.6</a>,
                    376: <a href="errata27.html">2.7</a>,
                    377: <a href="errata28.html">2.8</a>,
                    378: <a href="errata29.html">2.9</a>,
                    379: <a href="errata30.html">3.0</a>,
                    380: <a href="errata31.html">3.1</a>,
1.29      deraadt   381: <a href="errata32.html">3.2</a>,
1.30      david     382: <a href="errata33.html">3.3</a>,
1.34      david     383: <a href="errata34.html">3.4</a>,
1.35      miod      384: <a href="errata35.html">3.5</a>,
1.36    ! deraadt   385: <a href="errata36.html">3.6</a>,
        !           386: <a href="errata.html">3.7</a>.
1.25      deraadt   387: <br>
1.12      deraadt   388:
1.1       deraadt   389: <hr>
1.9       deraadt   390: <a href=index.html><img height=24 width=24 src=back.gif border=0 alt=OpenBSD></a>
1.28      naddy     391: <a href="mailto:www@openbsd.org">www@openbsd.org</a>
1.36    ! deraadt   392: <br><small>$OpenBSD: errata23.html,v 1.35 2004/10/29 17:22:16 miod Exp $</small>
1.1       deraadt   393:
                    394: </body>
                    395: </html>