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

Annotation of www/errata22.html, Revision 1.51

1.37      naddy       1: <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
1.1       deraadt     2: <html>
                      3: <head>
1.19      deraadt     4: <title>OpenBSD 2.2 errata</title>
1.37      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.27      jufi       10: <meta name="copyright" content="This document copyright 1997-2001 by OpenBSD.">
1.41      henning    11: <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
1.1       deraadt    12: </head>
                     13:
1.42      david      14: <body bgcolor="#ffffff" text="#000000" link="#23238E">
1.1       deraadt    15:
1.32      jsyn       16: <a href="index.html"><img alt="[OpenBSD]" height="30" width="141" src="images/smalltitle.gif" border="0"></a>
1.37      naddy      17: <h2><font color="#0000e0">
1.14      espie      18: This is the OpenBSD 2.2 release errata &amp; patch list:
1.1       deraadt    19: </font></h2>
                     20:
1.2       deraadt    21: <hr>
1.20      jason      22: <a href=stable.html>For OpenBSD patch branch information, please refer here.</a><br>
1.34      deraadt    23: <br>
1.35      deraadt    24: For errata on a certain release, click below:<br>
1.34      deraadt    25: <a href="errata21.html">2.1</a>,
                     26: <a href="errata23.html">2.3</a>,
                     27: <a href="errata24.html">2.4</a>,
                     28: <a href="errata25.html">2.5</a>,
                     29: <a href="errata26.html">2.6</a>,
                     30: <a href="errata27.html">2.7</a>,
                     31: <a href="errata28.html">2.8</a>,
                     32: <a href="errata29.html">2.9</a>,
                     33: <a href="errata30.html">3.0</a>,
                     34: <a href="errata31.html">3.1</a>,
1.38      deraadt    35: <a href="errata32.html">3.2</a>,
1.40      david      36: <a href="errata33.html">3.3</a>,
1.44      david      37: <a href="errata34.html">3.4</a>,
1.45      miod       38: <a href="errata35.html">3.5</a>,
1.46      deraadt    39: <a href="errata36.html">3.6</a>,
1.47      deraadt    40: <a href="errata37.html">3.7</a>,
1.48      deraadt    41: <a href="errata38.html">3.8</a>,
1.49      deraadt    42: <a href="errata39.html">3.9</a>,
1.50      deraadt    43: <a href="errata40.html">4.0</a>,
1.51    ! deraadt    44: <a href="errata41.html">4.1</a>.
1.34      deraadt    45: <br>
1.2       deraadt    46: <hr>
                     47:
1.37      naddy      48: <a href="ftp://ftp.openbsd.org/pub/OpenBSD/patches/2.2.tar.gz">
1.11      deraadt    49: You can also fetch a tar.gz file containing all the following patches</a>.
                     50: This file is updated once a day.
                     51:
1.21      ericj      52: <p>
1.36      deraadt    53: For more detailed information on how to install patches to OpenBSD, please
1.21      ericj      54: consult the <a href="./faq/faq10.html#10.14">OpenBSD FAQ</a>.
                     55:
1.11      deraadt    56: <hr>
                     57:
1.41      henning    58: <a name="all"></a>
                     59: <h3><font color="#e00000">All architectures</font></h3>
1.1       deraadt    60: <ul>
1.41      henning    61: <li><a name="ipsec"></a>
                     62: <font color="#009000"><strong>SECURITY FIX</strong></font><br>
1.7       deraadt    63: If IPSEC communication is attempted by starting photurisd(8) (which is
1.8       deraadt    64: disabled by default), a system crash may be evoked from remote if
                     65: an attacker uses some classes of invalid packets.
1.39      david      66: <a href="ftp://ftp.openbsd.org/pub/OpenBSD/patches/2.2/common/ipsec.patch">
1.7       deraadt    67: A source code patch exists which remedies this problem.</a>
1.9       deraadt    68: <p>
1.41      henning    69: <li><a name="xterm-xaw"></a>
                     70: <font color="#009000"><strong>SECURITY FIX</strong></font><br>
1.5       matthieu   71: As stated in CERT advisory VB-98.04, there are buffer
1.8       deraadt    72: overrun problems in <strong>xterm</strong> related to the input-Method,
                     73: preeditType, and *Keymap resources. Additional buffer overruns exist in
                     74: the <strong>Xaw</strong> library related to the inputMethod and
                     75: preeditType resources.   The xterm(1) problem represents a security
                     76: vulnerability for any platform where xterm is installed setuid-root
                     77: (as is the case for all OpenBSD platforms).  The Xaw problem represents
                     78: a security vulnerability for any setuid-root program that uses the Xaw
                     79: library (including xterm).  Patch1 from XFree86 3.3.2 corrects
                     80: these problems.
1.37      naddy      81: <a href="ftp://ftp.openbsd.org/pub/OpenBSD/patches/2.2/common/xterm-xaw.patch">
1.6       deraadt    82: We provide a version of this patch file specifically for the OpenBSD 2.2 tree</a>.
1.5       matthieu   83: <p>
1.41      henning    84: <li><a name="rmjob"></a>
                     85: <font color="#009000"><strong>SECURITY FIX</strong></font><br>
1.1       deraadt    86: An exploitable buffer mismanagement exists in a subroutine used by
                     87: lprm and lpd.  The problem is exploitable by users on a particular
                     88: machine if there is an entry in <strong>/etc/printcap</strong> which
                     89: points at a remote printer.
1.37      naddy      90: <a href="ftp://ftp.openbsd.org/pub/OpenBSD/patches/2.2/common/rmjob.patch">
1.1       deraadt    91: A patch is available which corrects this behaviour</a>.
                     92: <p>
1.41      henning    93: <li><a name="uucpd"></a>
                     94: <font color="#009000"><strong>SECURITY FIX</strong></font><br>
1.1       deraadt    95: A DNS-based vulnerability exists when uucpd is used.  By default uucpd
                     96: is not enabled in the OpenBSD releases, but some sites may have enabled it.
1.37      naddy      97: <a href="ftp://ftp.openbsd.org/pub/OpenBSD/patches/2.2/common/uucpd.patch">
1.1       deraadt    98: A patch is available which corrects this behaviour</a>.
                     99: <p>
1.41      henning   100: <li><a name="named"></a>
                    101: <font color="#009000"><strong>SECURITY FIX</strong></font><br>
1.1       deraadt   102: A vulnerability exists when (and only when) /etc/named.conf has the
                    103: <strong>fake-iquery</strong> option enabled.
1.37      naddy     104: <a href="ftp://ftp.openbsd.org/pub/OpenBSD/patches/2.2/common/named.patch">
1.1       deraadt   105: A patch is available which corrects this behaviour</a>.
                    106: <p>
1.41      henning   107: <li><a name="ping"></a>
                    108: <font color="#009000"><strong>SECURITY FIX</strong></font><br>
1.1       deraadt   109: A vulnerability exists in ping(8); if the -R option is used to record
                    110: routes, an attacker can spoof a reply packet that will overflow inside
                    111: ping.  Preliminary investigation makes it look the worst attack
                    112: possible is to make ping crash, but one never knows...
1.37      naddy     113: <a href="ftp://ftp.openbsd.org/pub/OpenBSD/patches/2.2/common/ping.patch">
1.1       deraadt   114: A patch is available which corrects this behaviour</a>.
                    115: <p>
1.41      henning   116: <li><a name="sourceroute"></a>
                    117: <strong><font color="#009000">SECURITY FIX</font></strong><br>
1.1       deraadt   118: If the sysctl variable <strong>net.inet.ip.forwarding</strong> is
                    119: enabled (value 1), but the variable <strong>net.inet.ip.sourceroute</strong>
                    120: is disabled (value 0), the kernel will block source routed packets from
                    121: going through, but will still accept source routing packets destined for
                    122: itself.  Our fix changes the <strong>net.inet.ip.sourceroute</strong>
                    123: variable semantics to mean that all source routed packets should
                    124: be blocked completely.
1.37      naddy     125: <a href="ftp://ftp.openbsd.org/pub/OpenBSD/patches/2.2/common/sourceroute.patch">
1.1       deraadt   126: A kernel patch is provided</a>.
                    127: <p>
1.41      henning   128: <li><a name="ruserok"></a>
                    129: <font color="#009000"><strong>SECURITY FIX</strong></font><br>
1.1       deraadt   130: A combination localhost+remote host security problem exists if a
1.26      jsyn      131: local user running a setuid binary causes a non-existent root .rhosts
1.1       deraadt   132: file to be created via a symbolic link with a specific kind of corefile,
                    133: and then subsequently uses rsh/rlogin to enter the machine from remote.
                    134: A similar exploit might also be possible using sshd which lacks any code
                    135: for checking for deviations from the expected format in the .rhosts or
                    136: .shosts files, but we have not confirmed this yet.  The following two
                    137: fixes are recommended:
                    138: <p>
                    139: <ul>
                    140: <li>
1.37      naddy     141: <a href="ftp://ftp.openbsd.org/pub/OpenBSD/patches/2.2/common/nosuidcoredump.patch">
1.1       deraadt   142: (1) A kernel patch which adds a new sysctl option which permits the
                    143: administrator to decide whether setuid corefiles should be written or not</a>.
                    144: <p>
1.37      naddy     145: <li><a href="ftp://ftp.openbsd.org/pub/OpenBSD/patches/2.2/common/rcmd.patch">
1.1       deraadt   146: (2) Replaces the libc ruserok() function with a more paranoid
                    147: version which detects bogus looking .rhosts files better.</a>
                    148: </ul>
                    149: <p>
                    150: If the
                    151: first patch is used to stop setuid coredumps, then the second patch is
                    152: not as important.
                    153: This problem is fixed much better in OpenBSD-current, where the kernel's
                    154: symbolic link handling has been improved such that coredumping will not
                    155: create a file on the other side of a symbolic link.  Such a patch is not
                    156: possible for the 4.4lite1 VFS layer in the OpenBSD 2.2 kernel.<p>
                    157: The problem with the ruserok() function appears to also exist in
                    158: ssh 1.2.21 and previous (the ssh people have been alerted).
                    159: <p>
1.41      henning   160: <li><a name="mmap"></a>
                    161: <strong><font color="#009000">SECURITY FIX</font></strong><br>
1.1       deraadt   162: A bug in the vm system permits a file descriptor opened read-only on a
                    163: device, to later on be mmap(2)'d read-write, and then modified.  This
                    164: does not result in a security hole by itself, but it does violate the
                    165: safety semantics which securelevels are supposed to provide.  If a user
                    166: manages to gain kmem group permissions, using this problem they can then
                    167: gain root trivially and/or turn securelevels off.
1.37      naddy     168: <a href="ftp://ftp.openbsd.org/pub/OpenBSD/patches/2.2/common/vm_mmap.patch">
1.1       deraadt   169: A kernel patch is available which corrects this behaviour (this is
                    170: revision 3 of this patch)</a>.
                    171: <p>
1.37      naddy     172: <li><font color="#009000"><strong>BUILD PROCESS FIX</strong></font><br>
1.1       deraadt   173: Building an object tree from a read-only source tree (such as off a CDROM)
                    174: may fail under certain circumstances (e.g. when creating a symlink on sparc
                    175: whose target name is exactly 33 characters).  As a workaround you have to
                    176: either provide the source tree read/write, or install a newer version of
                    177: /usr/bin/readlink.
1.37      naddy     178: <a href="ftp://ftp.openbsd.org/pub/OpenBSD/patches/2.2/common/readlink.c">
1.1       deraadt   179: A replacement source file exists</a>.
                    180: <p>
1.41      henning   181: <li><a name="mountd"></a>
                    182: <font color="#009000"><strong>SECURITY FIX</strong></font><br>
1.1       deraadt   183: If a line in /etc/exports which contains hostnames results in an empty
                    184: list because none of the supplied hostnames is known, mountd(8) will
                    185: accidentally export the filesystem to the world.
1.37      naddy     186: <a href="ftp://ftp.openbsd.org/pub/OpenBSD/patches/2.2/common/mountd.patch">
1.1       deraadt   187: A patch is available which corrects this behaviour</a>.
                    188: <p>
1.37      naddy     189: <li><font color="#009000"><strong>RELIABILITY FIX</strong></font><br>
1.1       deraadt   190: Setting the MSG_EOR flag on a tcp packet in the send(2) family of
                    191: system calls could cause a kernel panic.
1.37      naddy     192: <a href="ftp://ftp.openbsd.org/pub/OpenBSD/patches/2.2/common/send.patch">
1.1       deraadt   193: A patch</a> to return EINVAL in this case is available.
                    194: <p>
                    195: </ul>
1.41      henning   196: <a name="i386"></a>
                    197: <h3><font color="#e00000">i386</font></h3>
1.1       deraadt   198: <ul>
1.41      henning   199: <li><a name="f00f"></a>
                    200: <font color="#009000"><strong>RELIABILITY FIX</strong></font><br>
1.26      jsyn      201: The Intel P5 F00F bug was discovered after the CDRs had already been
1.1       deraadt   202: sent to the manufacturer.  This problem permits any user who has an account
                    203: to lock your machine up using a 4-line program.  The problem only affects
                    204: Intel P5 processors (the i386, i486, P-Pro, and P-II are not vulnerable,
                    205: nor are processors by other manufacturers).
1.37      naddy     206: <a href="ftp://ftp.openbsd.org/pub/OpenBSD/patches/2.2/i386/f00f.patch">
1.1       deraadt   207: A kernel source-code patch is available</a>.
                    208: <p>
1.37      naddy     209: <li><font color="#009000"><strong>FUNCTIONALITY FIX</strong></font><br>
1.1       deraadt   210: Some Linux binaries will execute in SVR4 emulation mode, which is
1.12      aaron     211: definitely a problem for people who need Linux emulation to work correctly.
1.1       deraadt   212: To solve this mis-identification problem,
1.37      naddy     213: <a href="ftp://ftp.openbsd.org/pub/OpenBSD/patches/2.2/i386/compat_linux.patch">
1.1       deraadt   214: a patch file is provided</a>.
                    215: <p>
1.37      naddy     216: <li><font color="#009000"><strong>RELIABILITY FIX</strong></font><br>
1.1       deraadt   217: APM can crash on machines without it.
1.37      naddy     218: <a href="ftp://ftp.openbsd.org/pub/OpenBSD/patches/2.2/i386/apm.patch">
1.1       deraadt   219: A kernel source-code patch is available</a>.
                    220: <p>
1.37      naddy     221: <li><font color="#009000"><strong>INSTALLATION PROCESS FLAW</strong></font><br>
1.25      pvalchev  222: A few people are running into this problem, particularly if they had some
1.1       deraadt   223: other *BSD operating system on their machine before trying OpenBSD: if after
                    224: installation onto an IDE-based machine, the kernel fails to mount the root
                    225: partition because it thinks that it should be opening sd0 (0x400), this means
                    226: you have incorrectly setup your disklabel for the IDE drive -- the disklabel
                    227: is indicating that the drive is SCSI.
                    228: To repair this, use the floppy to run "disklabel -E wd0", then using the
                    229: "edit" command ensure the type field is set to "ST506".
                    230: <p>
                    231: </ul>
1.41      henning   232: <a name="mac68k"></a>
                    233: <h3><font color="#e00000">mac68k</font></h3>
1.1       deraadt   234: <ul>
1.37      naddy     235: <li><font color="#009000"><strong>NEW SOFTWARE</strong></font><br>
1.1       deraadt   236: Unfortunately, X11 binaries for the mac68k did not manage to make it onto the
                    237: CDROM.  However, X11 for the mac68k is immediately available from
                    238: <a href="ftp://ftp.openbsd.org/pub/OpenBSD/2.2/mac68k/X11/X11R6.tar.gz">
                    239: ftp://ftp.OpenBSD.org/pub/OpenBSD/2.2/mac68k/X11/X11R6.tar.gz</a>.  Please
                    240: be sure to read the <a href="ftp://ftp.openbsd.org/pub/OpenBSD/2.2/mac68k/X11/README.X11">README file</a> also in that directory for instructions on installing
                    241: and setting up X.
                    242: <p>
1.37      naddy     243: <li><font color="#009000"><strong>INSTALLATION PROCESS FLAW</strong></font><br>
1.1       deraadt   244: As shipped on the CDROM, both the
                    245: <a href="ftp://ftp.openbsd.org/pub/OpenBSD/2.2/mac68k/bsd-generic.tar.gz">
                    246: generic kernel</a>
                    247: and the
                    248: <a href="ftp://ftp.openbsd.org/pub/OpenBSD/2.2/bsd-genericbsc.tar.gz">
                    249: genericsbc kernel</a>
                    250: extract themselves into the wrong place in the filesystem.
                    251: Both <strong>should</strong> extract a kernel named <tt>/bsd</tt>, but they extract
                    252: the kernel into <tt>/usr/src/sys/arch/mac68k/compile</tt> instead.
                    253: <p>
                    254: This has been fixed on the ftp release of <a href=22.html>OpenBSD 2.2</a>, and
                    255: fresh kernels are available from <a href="ftp://ftp.openbsd.org/pub/OpenBSD/2.2/mac68k">
                    256: ftp://ftp.OpenBSD.ORG/pub/OpenBSD/2.2/mac68k/</a>.  If at all possible,
                    257: installing these kernels is recommended.
                    258: <p>
                    259: A number of possible workarounds exist if you don't have easy access to ftp
                    260: the updated kernels.  The simplest of these is to use a
                    261: MacOS program to uncompress and untar the kernel aad use the Installer's
                    262: mini-shell to "cpin" the kernel.  Alternately, you could install the kernel
                    263: with the Installer and use the mini-shell to move the binary from <tt>/usr/src/...</tt> to <tt>/bsd</tt>.
                    264: <p>
                    265: </ul>
1.41      henning   266: <a name="sparc"></a>
                    267: <h3><font color="#e00000">sparc</font></h3>
1.1       deraadt   268: <ul>
1.37      naddy     269: <li><font color="#009000"><strong>RELIABILITY FIX</strong></font><br>
1.25      pvalchev  270: Older 4/xxx systems (particularly the 4/300's) cannot boot
1.1       deraadt   271: with the 2.2 kernel due to bugs in the scsi device driver.
1.37      naddy     272: <a href="ftp://ftp.OpenBSD.org/pub/OpenBSD/patches/2.2/sparc/esp.patch">
1.1       deraadt   273: A kernel source patch is available</a>.
                    274: Replacement kernels are available for:
1.37      naddy     275: <a href="ftp://ftp.OpenBSD.org/pub/OpenBSD/patches/2.2/sparc/bsd">bsd</a>,
                    276: <a href="ftp://ftp.OpenBSD.org/pub/OpenBSD/patches/2.2/sparc/bsd.scsi3">bsd.scsi3</a>,
1.1       deraadt   277: and a replacement for bsd.rd is coming soon.
                    278: <p>
1.41      henning   279: <li><a name="sparciommu"></a>
                    280: <font color="#009000"><strong>RELIABILITY FIX</strong></font><br>
1.1       deraadt   281: SPARCstation 4 and 5 (Microsparc 2) users may see kernel panics when
                    282: using a custom kernel configured for option sun4m only.
1.37      naddy     283: <a href="ftp://ftp.OpenBSD.org/pub/OpenBSD/patches/2.2/sparc/sun4m.patch">
1.1       deraadt   284: A workaround (kernel source patch) is available</a>.  Apply the patch and
                    285: then re-build your kernel.
                    286: <p>
                    287: </ul>
1.41      henning   288: <h3><font color="#e00000">amiga</font></h3>
1.1       deraadt   289: <p>
                    290: <ul>
1.37      naddy     291: <li><font color="#009000"><strong>FUNCTIONALITY FIX</strong></font><br>
1.1       deraadt   292: Missing Xamiga manual pages.  Get
1.37      naddy     293: <a href="ftp://ftp.openbsd.org/pub/OpenBSD/patches/2.2/amiga/Xamiga-manual.tgz">
1.1       deraadt   294: this package</a> and execute, <i>as root</i>:<br>
                    295: <strong><b># </b>pkg_add Xamiga-manual.tgz</strong><br>
                    296: The MD5 checksum of this package is:<br>
                    297: <b>MD5 (Xamiga-manual.tgz) = 2362a7857264b9d17f65cca258b42031</b><p>
1.37      naddy     298: <li><font color="#009000"><strong>FUNCTIONALITY FIX</strong></font><br>
1.1       deraadt   299: The Ariadne ethernet support was broken, there will be both binary and
                    300: source level fixes available shortly.  If you are in a hurry mail
1.37      naddy     301: <a href="mailto:niklas@openbsd.org">Niklas</a> for a test kernel.<p>
1.1       deraadt   302: </ul>
1.41      henning   303: <a name="pmax"></a>
                    304: <h3><font color="#e00000">pmax</font></h3>
1.1       deraadt   305: <ul>
1.37      naddy     306: <li><font color="#009000"><strong>FUNCTIONALITY FIX</strong></font><br>
1.1       deraadt   307: There is a Year-1998 problem in the time-setting code (which causes the
                    308: date and time to be set incorrectly after a reboot in 1998).
1.37      naddy     309: <a href="ftp://ftp.openbsd.org/pub/OpenBSD/patches/2.2/pmax/clock.patch">
1.1       deraadt   310: A source code patch file is available</a> plus replacement installation
                    311: kernels for the 2.2 release at
1.37      naddy     312: <a href="ftp://ftp.openbsd.org/pub/OpenBSD/patches/2.2/pmax/bsd.NFS">bsd.NFS</a>,
                    313: <a href="ftp://ftp.openbsd.org/pub/OpenBSD/patches/2.2/pmax/bsd">bsd</a>,
                    314: <a href="ftp://ftp.openbsd.org/pub/OpenBSD/patches/2.2/pmax/bsd.rz0">bsd.rz0</a>.
1.1       deraadt   315: <p>
1.37      naddy     316: <li><font color="#009000"><strong>FUNCTIONALITY FIX</strong></font><br>
1.1       deraadt   317: X11 support for the 3min and 3maxplus machines was broken
                    318: due to a kernel bug.
1.37      naddy     319: <a href="ftp://ftp.openbsd.org/pub/OpenBSD/patches/2.2/pmax/fb.patch">
1.1       deraadt   320: A source code patch is available</a>.
                    321: <p>
1.41      henning   322: <li><a name="ldso"></a>
                    323: <font color="#009000"><strong>SECURITY FIX</strong></font><br>
1.1       deraadt   324: A security problem in the shared library linker <strong>ld.so</strong>
                    325: requires that you replace it with a new binary.  The following binary
                    326: will work on both pmax and arc machines.
1.37      naddy     327: <a href="ftp://ftp.openbsd.org/pub/OpenBSD/patches/2.2/pmax/ld.so">
1.1       deraadt   328: The replacement binary is here</a>.
                    329: <p>
                    330: </ul>
1.41      henning   331: <a name="arc"></a>
                    332: <h3><font color="#e00000">arc</font></h3>
1.1       deraadt   333: <ul>
1.37      naddy     334: <li><font color="#009000"><strong>SECURITY FIX</strong></font><br>
1.1       deraadt   335: A security problem in the shared library linker <strong>ld.so</strong> requires
                    336: that you replace it with a new binary.  The following binary
                    337: will work on both pmax and arc machines.
1.37      naddy     338: <a href="ftp://ftp.openbsd.org/pub/OpenBSD/patches/2.2/pmax/ld.so">
1.1       deraadt   339: The replacement binary is here</a>.
                    340: <p>
                    341: </ul>
1.41      henning   342: <h3><font color="#e00000">alpha</font></h3>
1.1       deraadt   343: <p>
                    344: <ul>
1.37      naddy     345: <li><font color="#009000"><strong>MISSING FUNCTIONALITY</strong></font><br>
1.4       deraadt   346: Network Address Translation and other parts of IP Filtering do not work
1.1       deraadt   347: on the alpha.  This will be fixed in the 2.3 release, and perhaps earlier
                    348: in a snapshot.  There is no patch for 2.2.
                    349: <p>
                    350: </ul>
1.41      henning   351: <h3><font color="#e00000">hp300</font></h3>
1.1       deraadt   352: <p>
                    353: <ul>
                    354: <li>No problems identified yet.
                    355: <p>
                    356: </ul>
1.41      henning   357: <h3><font color="#e00000">mvme68k</font></h3>
1.1       deraadt   358: <ul>
                    359: <li>No problems identified yet.
                    360: <p>
                    361: </ul>
1.17      deraadt   362:
1.1       deraadt   363: <br>
                    364:
                    365: <hr>
1.20      jason     366: <a href=stable.html>For OpenBSD patch branch information, please refer here.</a><br>
1.34      deraadt   367: <br>
1.35      deraadt   368: For errata on a certain release, click below:<br>
1.34      deraadt   369: <a href="errata21.html">2.1</a>,
                    370: <a href="errata23.html">2.3</a>,
                    371: <a href="errata24.html">2.4</a>,
                    372: <a href="errata25.html">2.5</a>,
                    373: <a href="errata26.html">2.6</a>,
                    374: <a href="errata27.html">2.7</a>,
                    375: <a href="errata28.html">2.8</a>,
                    376: <a href="errata29.html">2.9</a>,
                    377: <a href="errata30.html">3.0</a>,
                    378: <a href="errata31.html">3.1</a>,
1.38      deraadt   379: <a href="errata32.html">3.2</a>,
1.40      david     380: <a href="errata33.html">3.3</a>,
1.44      david     381: <a href="errata34.html">3.4</a>,
1.45      miod      382: <a href="errata35.html">3.5</a>,
1.46      deraadt   383: <a href="errata36.html">3.6</a>,
1.47      deraadt   384: <a href="errata37.html">3.7</a>,
1.48      deraadt   385: <a href="errata38.html">3.8</a>,
1.49      deraadt   386: <a href="errata39.html">3.9</a>,
1.50      deraadt   387: <a href="errata40.html">4.0</a>,
1.51    ! deraadt   388: <a href="errata41.html">4.1</a>.
1.34      deraadt   389: <br>
                    390:
1.1       deraadt   391: <hr>
1.16      deraadt   392: <a href=index.html><img height=24 width=24 src=back.gif border=0 alt=OpenBSD></a>
1.37      naddy     393: <a href="mailto:www@openbsd.org">www@openbsd.org</a>
1.51    ! deraadt   394: <br><small>$OpenBSD: errata22.html,v 1.50 2007/03/06 01:58:04 deraadt Exp $</small>
1.1       deraadt   395:
                    396: </body>
                    397: </html>