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

File: [local] / www / errata24.html (download) (as text)

Revision 1.69, Thu Jul 2 05:49:03 2015 UTC (8 years, 10 months ago) by bentley
Branch: MAIN
Changes since 1.68: +0 -3 lines

Clean up meta tags.

name=distribution, name=keywords, and name=resource-type have no effect
in modern search engines and just clutter up the page source.

From Pavel Plamenov.

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<title>OpenBSD 2.4 errata</title>
<meta name="description" content="the OpenBSD CD errata page">
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
<link rel="canonical" href="http://www.openbsd.org/errata24.html">
</head>

<!--
			IMPORTANT REMINDER
	IF YOU ADD A NEW ERRATUM, MAIL THE PATCH TO TECH AND ANNOUNCE
-->

<body bgcolor="#ffffff" text="#000000" link="#23238E">

<a href="index.html"><img alt="[OpenBSD]" height="30" width="141" src="images/smalltitle.gif" border="0"></a>
<h2><font color="#e00000">
OpenBSD 2.4 errata
</font></h2>

<hr>
<a href=stable.html>For OpenBSD patch branch information, please refer here.</a><br>
<br>
For errata on a certain release, click below:<br>
<a href="errata21.html">2.1</a>,
<a href="errata22.html">2.2</a>,
<a href="errata23.html">2.3</a>,
<a href="errata25.html">2.5</a>,
<a href="errata26.html">2.6</a>,
<a href="errata27.html">2.7</a>,
<a href="errata28.html">2.8</a>,
<a href="errata29.html">2.9</a>,
<a href="errata30.html">3.0</a>,
<a href="errata31.html">3.1</a>,
<a href="errata32.html">3.2</a>,
<a href="errata33.html">3.3</a>,
<a href="errata34.html">3.4</a>,
<a href="errata35.html">3.5</a>,
<a href="errata36.html">3.6</a>,
<a href="errata37.html">3.7</a>,
<br>
<a href="errata38.html">3.8</a>,
<a href="errata39.html">3.9</a>,
<a href="errata40.html">4.0</a>,
<a href="errata41.html">4.1</a>,
<a href="errata42.html">4.2</a>,
<a href="errata43.html">4.3</a>,
<a href="errata44.html">4.4</a>,
<a href="errata45.html">4.5</a>,
<a href="errata46.html">4.6</a>,
<a href="errata47.html">4.7</a>,
<a href="errata48.html">4.8</a>,
<a href="errata49.html">4.9</a>,
<a href="errata50.html">5.0</a>,
<a href="errata51.html">5.1</a>,
<a href="errata52.html">5.2</a>,
<a href="errata53.html">5.3</a>,
<br>
<a href="errata54.html">5.4</a>,
<a href="errata55.html">5.5</a>,
<a href="errata56.html">5.6</a>,
<a href="errata57.html">5.7</a>.
<br>
<hr>

<a href="http://ftp.openbsd.org/pub/OpenBSD/patches/2.4.tar.gz">
You can also fetch a tar.gz file containing all the following patches</a>.
This file is updated once a day.
<p>

The patches below are available in CVS via the
<code>OPENBSD_2_4</code> <a href="stable.html">patch branch</a>.
<p>

For more detailed information on how to install patches to OpenBSD, please
consult the <a href="./faq/faq10.html#Patches">OpenBSD FAQ</a>.
<p>

<hr>

<ul>
<li id="bmap">
<font color="#009000"><strong>RELIABILITY FIX</strong></font>
&nbsp; <i>All architectures</i><br>
A local user can crash the system by reading a file larger than 64meg
from an ext2fs partition.
<a href="http://ftp.openbsd.org/pub/OpenBSD/patches/2.4/common/bmap.patch">
A source code patch exists which remedies this problem.</a>
<p>
<li id="lnpanic">
<font color="#009000"><strong>RELIABILITY FIX</strong></font>
&nbsp; <i>All architectures</i><br>
A local user can crash the system because of a bug in the vfs layer.
<a href="http://ftp.openbsd.org/pub/OpenBSD/patches/2.4/common/lnpanic.patch">
A source code patch exists which remedies this problem.</a>
<p>
<li id="poll">
<font color="#009000"><strong>SECURITY FIX</strong></font>
&nbsp; <i>All architectures</i><br>
A machine crash is possible when playing with poll(2).
<a href="http://ftp.openbsd.org/pub/OpenBSD/patches/2.4/common/poll.patch">
A source code patch exists which remedies this problem.</a>
<p>
<li id="nlink">
<font color="#009000"><strong>SECURITY FIX</strong></font>
&nbsp; <i>All architectures</i><br>
A machine crash is possible when playing with link(2) on FFS.
<a href="http://ftp.openbsd.org/pub/OpenBSD/patches/2.4/common/nlink.patch">
A source code patch exists which remedies this problem.</a>
This is version four of the patch.
<p>
<li id="ping">
<font color="#009000"><strong>SECURITY FIX</strong></font>
&nbsp; <i>All architectures</i><br>
A buffer overflow existed in ping(8), which may have a security issue.
<a href="http://ftp.openbsd.org/pub/OpenBSD/patches/2.4/common/ping.patch">
A source code patch exists which remedies this problem.</a>
<p>
<li id="ipqrace">
<font color="#009000"><strong>SECURITY FIX</strong></font>
&nbsp; <i>All architectures</i><br>
A race condition in IP ipq handling could permit a remote crash.
<a href="http://ftp.openbsd.org/pub/OpenBSD/patches/2.4/common/ipqrace.patch">
A source code patch exists which remedies this problem.</a>
It must be installed after <a href="errata24.html#maxqueue">the maxqueue patch</a>.
and <a href="errata24.html#tcpfix">the tcp decoding patch</a>.
<p>
<li id="accept">
<font color="#009000"><strong>SECURITY FIX</strong></font>
&nbsp; <i>All architectures</i><br>
A race condition existed between accept(2) and select(2) which could
permit an attacker to hang sockets from remote.
<a href="http://ftp.openbsd.org/pub/OpenBSD/patches/2.4/common/accept.patch">
A source code patch exists which remedies this problem.</a>
<p>
<li id="maxqueue">
<font color="#009000"><strong>SECURITY FIX</strong></font>
&nbsp; <i>All architectures</i><br>
IP fragment assembly can bog the machine excessively and cause problems.
<a href="http://ftp.openbsd.org/pub/OpenBSD/patches/2.4/common/maxqueue.patch">
A source code patch exists which remedies this problem.</a>
<p>
<li id="uio">
<font color="#009000"><strong>FUNCTIONALITY FIX</strong></font>
&nbsp; <i>All architectures</i><br>
The readv(2) and writev(2) system calls would not accept a <em>struct iovec</em>
with an <strong>iov_len</strong> of 0.  This causes a db test in perl to fail.
<a href="http://ftp.openbsd.org/pub/OpenBSD/patches/2.4/common/uio.patch">
A source code patch exists which remedies this problem.</a>
<p>
<li id="rst">
<font color="#009000"><strong>SECURITY FIX</strong></font>
&nbsp; <i>All architectures</i><br>
TCP/IP RST handling was too sloppy.
<a href="http://ftp.openbsd.org/pub/OpenBSD/patches/2.4/common/rst.patch">
A source code patch exists which remedies this problem.</a>
<p>
<li id="kvm_mkdb">
<font color="#009000"><strong>FUNCTIONALITY FIX</strong></font>
&nbsp; <i>All architectures</i><br>
During bootup, kvm_mkdb may exit with the error "kvm_mkdb: cannot allocate
memory".
<a href="http://ftp.openbsd.org/pub/OpenBSD/patches/2.4/common/kvm_mkdb.patch">
A source code patch exists which remedies this problem.</a>
<p>
<li id="nfs3_solaris7">
<font color="#009000"><strong>FUNCTIONALITY FIX</strong></font>
&nbsp; <i>All architectures</i><br>
A problem with writing to NFS version 3 mounted filesystems from Solaris 7
hosts exists.  Attempts to create files will result in an error such as
"Inappropriate file type or format".
<a href="http://ftp.openbsd.org/pub/OpenBSD/patches/2.4/common/nfs3_solaris7.patch">
A source code patch exists which remedies this problem.</a>
<p>
<li id="nfs3">
<font color="#009000"><strong>FUNCTIONALITY FIX</strong></font>
&nbsp; <i>All architectures</i><br>
A problem with NFS version 3 mounts on big endian machines (m68k, sparc
and powerpc) exists when mounting filesystems larger than 2gig.  You
can see evidence of the bug by running df(1) and checking for negative
partition sizes.
<a href="http://ftp.openbsd.org/pub/OpenBSD/patches/2.4/common/nfs3.patch">
A source code patch exists which remedies this problem.</a>
<p>
<li id="termcap">
<font color="#009000"><strong>SECURITY FIX</strong></font>
&nbsp; <i>All architectures</i><br>
A security problem exists in the curses and ocurses libraries that affect
setuid programs linked with -lcurses or -locurses.
<a href="http://ftp.openbsd.org/pub/OpenBSD/patches/2.4/common/termcap.patch">
A source code patch exists which remedies this problem.</a>
<br>
Precompiled versions of libcurses and libocurses exist for the
<a href="http://ftp.openbsd.org/pub/OpenBSD/patches/2.4/i386/curses.tar.gz">i386</a>
platform.  Unpack it in /usr/lib.
<p>
<li id="terminfo">
<font color="#009000"><strong>FUNCTIONALITY FIX</strong></font>
&nbsp; <i>All architectures</i><br>
A workaround for an xterm problem that causes <strong>vi</strong> to not
restore the correct cursor position on exit.
<a href="http://ftp.openbsd.org/pub/OpenBSD/patches/2.4/common/terminfo.src.patch">
A source code patch exists which remedies this problem.</a>
<br>
Alternately, you can also download a pre-compiled terminfo file to be
installed as <strong>/usr/share/misc/terminfo.db</strong>.  For i386,
alpha and mips, use the
<a href="http://ftp.openbsd.org/pub/OpenBSD/patches/2.4/common/terminfo.db-LE.tar.gz">
little endian</a> version.  For sparc, m68k and powerpc, use the
<a href="http://ftp.openbsd.org/pub/OpenBSD/patches/2.4/common/terminfo.db-BE.tar.gz">
big endian</a> version.
<p>
<li id="userdir">
<font color="#009000"><strong>FUNCTIONALITY FIX</strong></font>
&nbsp; <i>All architectures</i><br>
<strong>userdir</strong> support was accidentally left out of httpd(8).
<a href="http://ftp.openbsd.org/pub/OpenBSD/patches/2.4/common/userdir.patch">
A source code patch exists which remedies this problem.</a>
<p>
<li id="bootpd">
<font color="#009000"><strong>SECURITY FIX</strong></font>
&nbsp; <i>All architectures</i><br>
A remotely exploitable problem exists in bootpd(8).  bootpd is disabled
by default, but some people may actually be using it.
<a href="http://ftp.openbsd.org/pub/OpenBSD/patches/2.4/common/bootpd.patch">
A source code patch exists which remedies this problem.</a>
This is the second version of the patch.
<p>
<li id="tcpfix">
<font color="#009000"><strong>SECURITY FIX</strong></font>
&nbsp; <i>All architectures</i><br>
A remote machine lockup problem exists in the TCP decoding code.
<a href="http://ftp.openbsd.org/pub/OpenBSD/patches/2.4/common/tcpfix.patch">
A source code patch exists which remedies this problem.</a>
<p>
<li id="tss">
<font color="#009000"><strong>SECURITY FIX</strong></font><br>
This is another fix for a kernel crash caused by the
<strong>crashme</strong> program.
<a href="http://ftp.openbsd.org/pub/OpenBSD/patches/2.4/i386/tss.patch">
A source code patch exists which remedies this problem.</a>
<p>
<li id="bootargv">
<font color="#009000"><strong>FUNCTIONALITY FIX</strong></font><br>
The kernel was using a fixed and hard-coded location for the arguments
vector passed from the <strong>/boot</strong> loader.  This prevented
<strong>/boot</strong> from placing the boot arguments vector at any
other location, causing a kernel crash early in the autoconfiguration
stage.  In 2.5, the bootblocks will be modified to use a new location.
Hence, if you wish old kernels to boot on a new bootblock, those
kernels will only work if they were linked with this patch.
<a href="http://ftp.openbsd.org/pub/OpenBSD/patches/2.4/i386/bootargv.patch">
A source code patch exists which remedies this problem.</a>
<p>
<li id="trctrap">
<font color="#009000"><strong>SECURITY FIX</strong></font><br>
i386 trace-trap handling when DDB was configured could cause a system
crash.
<a href="http://ftp.openbsd.org/pub/OpenBSD/patches/2.4/i386/trctrap.patch">
A source code patch exists which remedies this problem.</a>
<p>
<li id="installboot">
<font color="#009000"><strong>FUNCTIONALITY FIX</strong></font><br>
i386 installboot had a sign extension bug which prevented proper bootblock
initialization when the root filesystem was placed beyond 4GB.
<a href="http://ftp.openbsd.org/pub/OpenBSD/patches/2.4/i386/installboot.patch">
A source code patch exists which remedies this problem.</a>
Unfortunately, updated 2.4 install floppies are not available.  Just ensure
that your root filesystem is below 4GB, for now.
<p>
<li id="hme">
<font color="#009000"><strong>DRIVER FIX</strong></font><br>
The sparc hme(4) and be(4) drivers work poorly on some types of SS-20
machines.  This is because those machines lie, saying they support 64-bit DMA
bursting.  No sun4m machines support that.
<a href="http://ftp.openbsd.org/pub/OpenBSD/patches/2.4/sparc/hme.patch">
A source code patch exists which remedies this problem.</a>
<p>
<li id="le">
<font color="#009000"><strong>DRIVER FIX</strong></font><br>
The sparc le(4) driver does media changes incorrectly on one type of
sbus le(4) card.
<a href="http://ftp.openbsd.org/pub/OpenBSD/patches/2.4/sparc/le.patch">
A source code patch exists which remedies this problem.</a>
<p>
<li id="hp300X">
<font color="#009000"><strong>FUNCTIONALITY FIX</strong></font><br>
The Xhp as shipped does not have the execute permissions set.  The fix is
'chmod 755 /usr/X11R6/bin/Xhp' if you have installed X.
<p>
</ul>
<p>

<hr>

</body>
</html>