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

Annotation of www/errata.html, Revision 1.511

1.435     naddy       1: <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
1.1       deraadt     2: <html>
                      3: <head>
1.482     deraadt     4: <title>OpenBSD 3.5 errata</title>
1.435     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.475     nick       10: <meta name="copyright" content="This document copyright 1997-2004 by OpenBSD.">
1.468     henning    11: <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
1.1       deraadt    12: </head>
                     13:
1.477     david      14: <body bgcolor="#ffffff" text="#000000" link="#23238E">
1.1       deraadt    15:
1.394     jsyn       16: <a href="index.html"><img alt="[OpenBSD]" height="30" width="141" src="images/smalltitle.gif" border="0"></a>
1.435     naddy      17: <h2><font color="#0000e0">
1.482     deraadt    18: This is the OpenBSD 3.5 release errata &amp; patch list:
1.94      deraadt    19:
1.96      deraadt    20: </font></h2>
                     21:
1.94      deraadt    22: <hr>
1.240     jason      23: <a href=stable.html>For OpenBSD patch branch information, please refer here.</a><br>
1.380     espie      24: <a href=pkg-stable.html>For important packages updates, please refer here.</a><br>
1.418     deraadt    25: <br>
1.419     deraadt    26: For errata on a certain release, click below:<br>
1.418     deraadt    27: <a href="errata21.html">2.1</a>,
                     28: <a href="errata22.html">2.2</a>,
                     29: <a href="errata23.html">2.3</a>,
                     30: <a href="errata24.html">2.4</a>,
                     31: <a href="errata25.html">2.5</a>,
                     32: <a href="errata26.html">2.6</a>,
                     33: <a href="errata27.html">2.7</a>,
                     34: <a href="errata28.html">2.8</a>,
                     35: <a href="errata29.html">2.9</a>,
                     36: <a href="errata30.html">3.0</a>,
1.440     deraadt    37: <a href="errata31.html">3.1</a>,
1.458     david      38: <a href="errata32.html">3.2</a>,
1.482     deraadt    39: <a href="errata33.html">3.3</a>,
                     40: <a href="errata34.html">3.4</a>.
1.418     deraadt    41: <br>
1.94      deraadt    42: <hr>
                     43:
1.482     deraadt    44: <a href="ftp://ftp.openbsd.org/pub/OpenBSD/patches/3.5.tar.gz">
1.142     deraadt    45: You can also fetch a tar.gz file containing all the following patches</a>.
                     46: This file is updated once a day.
                     47:
1.240     jason      48: <p> The patches below are available in CVS via the
1.482     deraadt    49: <code>OPENBSD_3_5</code> <a href="stable.html">patch branch</a>.
1.278     ericj      50:
                     51: <p>
1.420     deraadt    52: For more detailed information on how to install patches to OpenBSD, please
1.409     jufi       53: consult the <a href="./faq/faq10.html#Patches">OpenBSD FAQ</a>.
1.142     deraadt    54: <hr>
                     55:
1.468     henning    56: <a name="all"></a>
                     57: <h3><font color="#e00000">All architectures</font></h3>
1.25      deraadt    58: <ul>
1.511   ! millert    59: <li><a name="radius"></a>
        !            60: <font color="#009000"><strong>020: SECURITY FIX: September 20, 2004</strong></font><br>
        !            61: Eilko Bos reported that radius authentication, as implemented by
        !            62: <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=login_radius&amp;apropos=0&amp;sektion=8&amp;manpath=OpenBSD+Current&amp;arch=i386&amp;format=html">login_radius(8)</a>,
        !            63: was not checking the shared secret used for replies sent by the radius server.
        !            64: This could allow an attacker to spoof a reply granting access to the
        !            65: attacker.  Note that OpenBSD does not ship with radius authentication enabled.
        !            66: <br>
        !            67: <a href="ftp://ftp.openbsd.org/pub/OpenBSD/patches/3.5/common/020_radius.patch">
        !            68: A source code patch exists which remedies this problem</a>.<br>
        !            69: <p>
1.510     brad       70: <li><a name="xpm"></a>
                     71: <font color="#009000"><strong>019: SECURITY FIX: September 16, 2004</strong></font><br>
                     72: Chris Evans reported several flaws (stack and integer overflows) in the
                     73: <a href="http://www.inria.fr/koala/lehors/xpm.html">Xpm</a>
                     74: library code that parses image files
                     75: (<a href="http://www.cve.mitre.org/cgi-bin/cvename.cgi?name=CAN-2004-0687">CAN-2004-0687</a>,
                     76: <a href="http://www.cve.mitre.org/cgi-bin/cvename.cgi?name=CAN-2004-0688">CAN-2004-0688</a>).
                     77: Some of these would be exploitable when parsing malicious image files in
                     78: an application that handles XPM images, if they could escape ProPolice.
                     79: <br>
                     80: <a href="ftp://ftp.openbsd.org/pub/OpenBSD/patches/3.5/common/019_xpm.patch">
                     81: A source code patch exists which remedies this problem</a>.<br>
                     82: <p>
1.509     brad       83: <li><a name="httpd2"></a>
                     84: <font color="#009000"><strong>018: SECURITY FIX: September 10, 2004</strong></font><br>
                     85: <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=httpd&amp;apropos=0&amp;sektion=8&amp;manpath=OpenBSD+Current&amp;arch=i386&amp;format=html">httpd(8)</a>
                     86: 's mod_rewrite module can be made to write one zero byte in an arbitrary memory
                     87: position outside of a char array, causing a DoS or possibly buffer overflows.
                     88: This would require enabling dbm for mod_rewrite and making use of a malicious
                     89: dbm file.
                     90: <br>
                     91: <a href="ftp://ftp.openbsd.org/pub/OpenBSD/patches/3.5/common/018_httpd2.patch">
                     92: A source code patch exists which remedies this problem</a>.<br>
                     93: <p>
1.508     brad       94: <li><a name="libz"></a>
                     95: <font color="#009000"><strong>017: RELIABILITY FIX: August 29, 2004</strong></font><br>
                     96: Due to incorrect error handling in zlib an attacker could potentially cause a Denial
                     97: of Service attack.
                     98: <a href="http://www.cve.mitre.org/cgi-bin/cvename.cgi?name=CAN-2004-0797">CAN-2004-0797</a>
                     99: .
                    100: <br>
                    101: <a href="ftp://ftp.openbsd.org/pub/OpenBSD/patches/3.5/common/017_libz.patch">
                    102: A source code patch exists which remedies this problem</a>.<br>
                    103: <p>
1.505     brad      104: <li><a name="bridge"></a>
                    105: <font color="#009000"><strong>016: RELIABILITY FIX: August 26, 2004</strong></font><br>
                    106: As
1.506     brad      107: <a href="http://marc.theaimsgroup.com/?l=bugtraq&amp;m=109345131508824&amp;w=2">reported</a>
1.505     brad      108: by Vafa Izadinia
1.507     brad      109: <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=bridge&amp;apropos=0&amp;sektion=4&amp;manpath=OpenBSD+Current&amp;arch=i386&amp;format=html">bridge(4)</a>
1.505     brad      110: with IPsec processing enabled can be crashed remotely by a single ICMP echo traversing the bridge.
                    111: <br>
                    112: <a href="ftp://ftp.openbsd.org/pub/OpenBSD/patches/3.5/common/016_bridge.patch">
                    113: A source code patch exists which remedies this problem</a>.<br>
                    114: <p>
1.504     brad      115: <li><a name="icmp"></a>
                    116: <font color="#009000"><strong>015: RELIABILITY FIX: August 25, 2004</strong></font><br>
                    117: Improved verification of ICMP errors in order to minimize the impact of ICMP attacks
                    118: against TCP.
                    119: <br>
                    120: <a href="http://www.ietf.org/internet-drafts/draft-gont-icmp-payload-00.txt">http://www.ietf.org/internet-drafts/draft-gont-icmp-payload-00.txt</a>
                    121: <br>
                    122: <a href="ftp://ftp.openbsd.org/pub/OpenBSD/patches/3.5/common/015_icmp.patch">
                    123: A source code patch exists which remedies this problem</a>.<br>
                    124: <p>
1.503     brad      125: <li><a name="rnd"></a>
                    126: <font color="#009000"><strong>014: RELIABILITY FIX: July 25, 2004</strong></font><br>
                    127: Under a certain network load the kernel can run out of stack space.  This was
                    128: encountered in an environment using CARP on a VLAN interface.  This issue initially
                    129: manifested itself as a FPU related crash on boot up.
                    130: <br>
                    131: <a href="ftp://ftp.openbsd.org/pub/OpenBSD/patches/3.5/common/014_rnd.patch">
                    132: A source code patch exists which remedies this problem</a>.<br>
                    133: <p>
1.501     brad      134: <li><a name="httpd"></a>
1.503     brad      135: <font color="#009000"><strong>013: SECURITY FIX: June 12, 2004</strong></font><br>
1.502     saad      136: Multiple vulnerabilities have been found in
1.501     brad      137: <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=httpd&amp;apropos=0&amp;sektion=8&amp;manpath=OpenBSD+Current&amp;arch=i386&amp;format=html">httpd(8)</a>
                    138: / mod_ssl.
                    139: <a href="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CAN-2003-0020">CAN-2003-0020</a>,
                    140: <a href="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CAN-2003-0987">CAN-2003-0987</a>,
                    141: <a href="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CAN-2004-0488">CAN-2004-0488</a>,
                    142: <a href="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CAN-2004-0492">CAN-2004-0492</a>.
                    143: <br>
                    144: <a href="ftp://ftp.openbsd.org/pub/OpenBSD/patches/3.5/common/013_httpd.patch">
                    145: A source code patch exists which remedies this problem</a>.<br>
                    146: <p>
1.500     hshoexer  147: <li><a name="isakmpd"></a>
1.503     brad      148: <font color="#009000"><strong>012: SECURITY FIX: June 10, 2004</strong></font><br>
1.500     hshoexer  149: As
                    150: <a href="http://seclists.org/lists/fulldisclosure/2004/Jun/0191.html">disclosed</a>
                    151: by Thomas Walpuski
                    152: <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=isakmpd&amp;apropos=0&amp;sektion=8&amp;manpath=OpenBSD+Current&amp;arch=i386&amp;format=html">isakmpd(8)</a>
                    153: is still vulnerable to unauthorized SA deletion.  An attacker can delete IPsec
                    154: tunnels at will.
                    155: <br>
                    156: <a href="ftp://ftp.openbsd.org/pub/OpenBSD/patches/3.5/common/012_isakmpd.patch">
                    157: A source code patch exists which remedies this problem</a>.<br>
                    158: <p>
1.499     millert   159: <li><a name="cvs3"></a>
1.503     brad      160: <font color="#009000"><strong>011: SECURITY FIX: June 9, 2004</strong></font><br>
1.499     millert   161: Multiple remote vulnerabilities have been found in the
                    162: <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=cvs&amp;apropos=0&amp;sektion=1&amp;manpath=OpenBSD+Current&amp;arch=i386&amp;format=html">cvs(1)</a>
                    163: server that allow an attacker to crash the server or possibly execute arbitrary
                    164: code with the same privileges as the CVS server program.
                    165: <br>
                    166: <a href="ftp://ftp.openbsd.org/pub/OpenBSD/patches/3.5/common/011_cvs3.patch">
                    167: A source code patch exists which remedies this problem</a>.<br>
                    168: <p>
                    169: <li><a name="fifofs"></a>
1.503     brad      170: <font color="#009000"><strong>010: RELIABILITY FIX: June 9, 2004</strong></font><br>
1.499     millert   171: A FIFO bug was introduced in OpenBSD 3.5 that occurs when a FIFO is opened in
                    172: non-blocking mode for writing when there are no processes reading the FIFO.
                    173: One program affected by this is the <a href="http://www.qmail.org/">qmail</a>
                    174: mail server which could go into an infinite loop and consume all CPU.
                    175: <br>
                    176: <a href="ftp://ftp.openbsd.org/pub/OpenBSD/patches/3.5/common/010_fifofs.patch">
                    177: A source code patch exists which remedies this problem</a>.<br>
                    178: <p>
1.495     beck      179: <li><a name="kerberos"></a>
1.496     beck      180: <font color="#00900"><strong>009: SECURITY FIX: May 30,
1.495     beck      181: 2004</strong></font><br>
1.497     saad      182: A flaw in the Kerberos V <a
                    183: href="http://www.openbsd.org/cgi-bin/man.cgi?query=kdc">kdc(8)</a>
1.495     beck      184: server could result in the administrator of a Kerberos realm having
                    185: the ability to impersonate any principal in any other realm which
                    186: has established a cross-realm trust with their realm. The flaw is due to
                    187: inadequate checking of the "transited" field in a Kerberos request. For
1.497     saad      188: more details see <a href="http://www.pdc.kth.se/heimdal/advisory/2004-04-01/">
1.498     saad      189: Heimdal's announcement</a>.
1.495     beck      190: <br>
                    191: <a
                    192: href="ftp://ftp.openbsd.org/pub/OpenBSD/patches/3.5/common/009_kerberos.patch">
                    193: A source code patch exists which remedies this problem</a>.<br>
                    194: <p>
1.493     matthieu  195: <li><a name="xdm"></a>
                    196: <font color="#00900"><strong>008: SECURITY FIX: May 26,
                    197: 2004</strong></font><br>
1.498     saad      198: With the introduction of IPv6 code in
1.493     matthieu  199: <a
1.497     saad      200: href="http://www.openbsd.org/cgi-bin/man.cgi?query=xdm&amp;apropos=0&amp;sektion=0&amp;manpath=OpenBSD+Current&amp;arch=i386&amp;format=html">xdm(1)</a>,
1.494     matthieu  201: one test on the 'requestPort' resource was deleted by accident. This
1.493     matthieu  202: makes xdm create the chooser socket even if xdmcp is disabled in
                    203: xdm-config, by setting requestPort to 0. See
                    204: <a href="http://bugs.xfree86.org/show_bug.cgi?id=1376">XFree86
                    205: bugzilla</a> for details.
                    206: <br>
                    207: <a
                    208: href="ftp://ftp.openbsd.org/pub/OpenBSD/patches/3.5/common/008_xdm.patch">
                    209: A source code patch exists which remedies this problem</a>.<br>
                    210: <p>
1.492     otto      211: <li><a name="cvs2"></a>
                    212: <font color="#009000"><strong>007: SECURITY FIX: May 20,
                    213: 2004</strong></font><br>
                    214: A heap overflow in the
                    215: <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=cvs&amp;apropos=0&amp;sektion=1&amp;manpath=OpenBSD+Current&amp;arch=i386&amp;format=html">cvs(1)</a>
                    216: server has been discovered that can be exploited by clients sending
                    217: malformed requests, enabling these clients to run arbitrary code
                    218: with the same privileges as the CVS server program.
                    219: <br>
                    220: <a href="ftp://ftp.openbsd.org/pub/OpenBSD/patches/3.5/common/007_cvs2.patch">
                    221: A source code patch exists which remedies this problem</a>.<br>
                    222: <p>
1.490     tedu      223: <li><a name="procfs"></a>
1.491     brad      224: <font color="#009000"><strong>006: SECURITY FIX: May 13,
1.490     tedu      225: 2004</strong></font><br>
                    226: Check for integer overflow in procfs.  Use of procfs is not recommended.
                    227: <br>
                    228: <a href="ftp://ftp.openbsd.org/pub/OpenBSD/patches/3.5/common/006_procfs.patch">
                    229: A source code patch exists which remedies this problem</a>.<br>
                    230: <p>
1.489     brad      231: <li><a name="tcp"></a>
                    232: <font color="#009000"><strong>005: RELIABILITY FIX: May 6,
                    233: 2004</strong></font><br>
                    234: Reply to in-window SYN with a rate-limited ACK.
                    235: <br>
                    236: <a href="ftp://ftp.openbsd.org/pub/OpenBSD/patches/3.5/common/005_tcp.patch">
                    237: A source code patch exists which remedies this problem</a>.<br>
                    238: <p>
1.487     brad      239: <li><a name="scsi"></a>
                    240: <font color="#009000"><strong>004: RELIABILITY FIX: May 5,
                    241: 2004</strong></font><br>
                    242: Restore the ability to negotiate tags/wide/sync with some SCSI controllers ( i.e.
                    243: <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=siop&amp;apropos=0&amp;sektion=4&amp;manpath=OpenBSD+Current&amp;arch=i386&amp;format=html">siop(4)</a>,
                    244: <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=trm&amp;apropos=0&amp;sektion=4&amp;manpath=OpenBSD+Current&amp;arch=i386&amp;format=html">trm(4)</a>,
1.488     brad      245: <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=iha&amp;apropos=0&amp;sektion=4&amp;manpath=OpenBSD+Current&amp;arch=i386&amp;format=html">iha(4)</a>
1.487     brad      246: ).
                    247: <br>
                    248: <a href="ftp://ftp.openbsd.org/pub/OpenBSD/patches/3.5/common/004_scsi.patch">
                    249: A source code patch exists which remedies this problem</a>.<br>
                    250: <p>
                    251: <li><a name="gdt"></a>
                    252: <font color="#009000"><strong>003: RELIABILITY FIX: May 5,
                    253: 2004</strong></font><br>
                    254: Under load "recent model"
                    255: <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=gdt&amp;apropos=0&amp;sektion=4&amp;manpath=OpenBSD+Current&amp;arch=i386&amp;format=html">gdt(4)</a>
                    256: controllers will lock up.
                    257: <br>
                    258: <a href="ftp://ftp.openbsd.org/pub/OpenBSD/patches/3.5/common/003_gdt.patch">
                    259: A source code patch exists which remedies this problem</a>.<br>
                    260: <p>
1.486     otto      261: <li><a name="cvs"></a>
                    262: <font color="#009000"><strong>002: SECURITY FIX: May 5,
                    263: 2004</strong></font><br>
                    264: Pathname validation problems have been found in
                    265: <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=cvs&amp;apropos=0&amp;sektion=1&amp;manpath=OpenBSD+Current&amp;arch=i386&amp;format=html">cvs(1)</a>,
                    266: allowing malicious clients to create files outside the repository, allowing
                    267: malicious servers to overwrite files outside the local CVS tree on
                    268: the client and allowing clients to check out files outside the CVS
                    269: repository.
                    270: <br>
                    271: <a href="ftp://ftp.openbsd.org/pub/OpenBSD/patches/3.5/common/002_cvs.patch">
                    272: A source code patch exists which remedies this problem</a>.<br>
                    273: <p>
1.25      deraadt   274: </ul>
1.177     deraadt   275: <p>
1.468     henning   276: <a name="i386"></a>
                    277: <h3><font color="#e00000">i386</font></h3>
1.25      deraadt   278: <ul>
1.482     deraadt   279: <li>No problems identified yet.
1.323     deraadt   280: </ul>
1.285     deraadt   281: <p>
1.468     henning   282: <a name="alpha"></a>
                    283: <h3><font color="#e00000">alpha</font></h3>
1.323     deraadt   284: <ul>
                    285: <li>No problems identified yet.
1.39      deraadt   286: </ul>
1.155     deraadt   287: <p>
1.483     deraadt   288: <a name="amd64"></a>
                    289: <h3><font color="#e00000">amd64</font></h3>
                    290: <ul>
                    291: <li>No problems identified yet.
                    292: </ul>
                    293: <p>
                    294: <a name="cats"></a>
                    295: <h3><font color="#e00000">cats</font></h3>
                    296: <ul>
                    297: <li>No problems identified yet.
                    298: </ul>
                    299: <p>
1.468     henning   300: <a name="mac68k"></a>
                    301: <h3><font color="#e00000">mac68k</font></h3>
1.39      deraadt   302: <ul>
1.323     deraadt   303: <li>No problems identified yet.
1.25      deraadt   304: </ul>
1.155     deraadt   305: <p>
1.468     henning   306: <a name="sparc"></a>
                    307: <h3><font color="#e00000">sparc</font></h3>
1.25      deraadt   308: <ul>
1.323     deraadt   309: <li>No problems identified yet.
1.39      deraadt   310: </ul>
1.177     deraadt   311: <p>
1.468     henning   312: <a name="sparc64"></a>
                    313: <h3><font color="#e00000">sparc64</font></h3>
1.93      deraadt   314: <ul>
1.384     deraadt   315: <li>No problems identified yet.
1.25      deraadt   316: </ul>
1.155     deraadt   317: <p>
1.468     henning   318: <a name="hppa"></a>
                    319: <h3><font color="#e00000">hppa</font></h3>
1.25      deraadt   320: <ul>
1.281     deraadt   321: <li>No problems identified yet.
1.25      deraadt   322: </ul>
1.155     deraadt   323: <p>
1.468     henning   324: <a name="hp300"></a>
                    325: <h3><font color="#e00000">hp300</font></h3>
1.59      deraadt   326: <ul>
1.323     deraadt   327: <li>No problems identified yet.
1.59      deraadt   328: </ul>
1.155     deraadt   329: <p>
1.468     henning   330: <a name="mvme68k"></a>
                    331: <h3><font color="#e00000">mvme68k</font></h3>
1.56      deraadt   332: <ul>
1.323     deraadt   333: <li>No problems identified yet.
1.56      deraadt   334: </ul>
1.155     deraadt   335: <p>
1.483     deraadt   336: <a name="mvme88k"></a>
1.484     deraadt   337: <h3><font color="#e00000">mvme88k</font></h3>
1.483     deraadt   338: <ul>
                    339: <li>No problems identified yet.
                    340: </ul>
                    341: <p>
1.468     henning   342: <a name="macppc"></a>
                    343: <h3><font color="#e00000">macppc</font></h3>
1.110     millert   344: <ul>
1.485     deraadt   345: <li><a name="autobook_package"></a>
                    346: <font color="#009000"><strong>001: BROKEN PACKAGE ON CD: May 4, 2004</strong></font><br>
                    347: The powerpc autobook-1.3.tgz package found on CD2 has been found to be corrupt,
                    348: and will not extract.
                    349: A replacement package can be found on the ftp sites.
                    350: <p>
1.385     hugh      351: </ul>
1.386     hugh      352: <p>
1.468     henning   353: <a name="vax"></a>
                    354: <h3><font color="#e00000">vax</font></h3>
1.25      deraadt   355: <ul>
1.232     deraadt   356: <li>No problems identified yet.
1.25      deraadt   357: </ul>
1.144     deraadt   358:
1.25      deraadt   359: <br>
1.75      deraadt   360:
1.25      deraadt   361: <hr>
1.240     jason     362: <a href=stable.html>For OpenBSD patch branch information, please refer here.</a><br>
1.381     espie     363: <a href=pkg-stable.html>For important packages updates, please refer here.</a><br>
1.418     deraadt   364: <br>
1.419     deraadt   365: For errata on a certain release, click below:<br>
1.418     deraadt   366: <a href="errata21.html">2.1</a>,
                    367: <a href="errata22.html">2.2</a>,
                    368: <a href="errata23.html">2.3</a>,
                    369: <a href="errata24.html">2.4</a>,
                    370: <a href="errata25.html">2.5</a>,
                    371: <a href="errata26.html">2.6</a>,
                    372: <a href="errata27.html">2.7</a>,
                    373: <a href="errata28.html">2.8</a>,
                    374: <a href="errata29.html">2.9</a>,
                    375: <a href="errata30.html">3.0</a>,
1.440     deraadt   376: <a href="errata31.html">3.1</a>,
1.458     david     377: <a href="errata32.html">3.2</a>,
1.482     deraadt   378: <a href="errata33.html">3.3</a>,
                    379: <a href="errata34.html">3.4</a>.
1.418     deraadt   380: <br>
                    381:
1.2       deraadt   382: <hr>
1.186     deraadt   383: <a href=index.html><img height=24 width=24 src=back.gif border=0 alt=OpenBSD></a>
1.435     naddy     384: <a href="mailto:www@openbsd.org">www@openbsd.org</a>
1.511   ! millert   385: <br><small>$OpenBSD: errata.html,v 1.510 2004/09/16 23:09:48 brad Exp $</small>
1.2       deraadt   386:
                    387: </body>
                    388: </html>