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

Annotation of www/errata24.html, Revision 1.19

1.1       deraadt     1: <!DOCTYPE HTML PUBLIC  "-//IETF//DTD HTML Strict//EN">
                      2: <html>
                      3: <head>
1.7       deraadt     4: <title>OpenBSD 2.4 errata</title>
1.1       deraadt     5: <link rev=made href=mailto:www@openbsd.org>
                      6: <meta name="resource-type" content="document">
                      7: <meta name="description" content="the OpenBSD CD errata page">
                      8: <meta name="keywords" content="openbsd,cd,errata">
                      9: <meta name="distribution" content="global">
1.14      jufi       10: <meta name="copyright" content="This document copyright 1997-2001 by OpenBSD.">
1.1       deraadt    11: </head>
                     12:
                     13: <BODY BGCOLOR="#FFFFFF" TEXT="#000000" LINK="#23238E">
                     14:
1.18      jsyn       15: <a href="index.html"><img alt="[OpenBSD]" height="30" width="141" src="images/smalltitle.gif" border="0"></a>
1.1       deraadt    16: <h2><font color=#0000e0>
                     17: This is the OpenBSD 2.4 release errata &amp; patch list:
                     18:
                     19: </font></h2>
                     20:
                     21: <hr>
1.8       jason      22: <a href=stable.html>For OpenBSD patch branch information, please refer here.</a><br>
1.1       deraadt    23: <a href=errata21.html>For 2.1 errata, please refer here</a>.<br>
                     24: <a href=errata22.html>For 2.2 errata, please refer here</a>.<br>
                     25: <a href=errata23.html>For 2.3 errata, please refer here</a>.<br>
1.6       deraadt    26: <a href=errata25.html>For 2.5 errata, please refer here</a>.<br>
1.7       deraadt    27: <a href=errata26.html>For 2.6 errata, please refer here</a>.<br>
1.10      deraadt    28: <a href=errata27.html>For 2.7 errata, please refer here</a>.<br>
1.12      deraadt    29: <a href=errata28.html>For 2.8 errata, please refer here</a>.<br>
1.15      deraadt    30: <a href=errata29.html>For 2.9 errata, please refer here</a>.<br>
1.16      deraadt    31: <a href=errata30.html>For 3.0 errata, please refer here</a>.<br>
1.19    ! deraadt    32: <a href=errata31.html>For 3.1 errata, please refer here</a>.<br>
        !            33: <a href=errata.html>For 3.2 errata, please refer here</a>.<br>
1.1       deraadt    34: <hr>
                     35:
                     36: <a href=ftp://ftp.openbsd.org/pub/OpenBSD/patches/2.4.tar.gz>
                     37: You can also fetch a tar.gz file containing all the following patches</a>.
                     38: This file is updated once a day.
                     39:
1.9       ericj      40: <p>
                     41: For more detailed information on install patches to OpenBSD, please
                     42: consult the <a href="./faq/faq10.html#10.14">OpenBSD FAQ</a>.
                     43:
1.1       deraadt    44: <hr>
1.11      jufi       45: <ul>
1.5       deraadt    46: <dl>
1.1       deraadt    47: <a name=all></a>
                     48: <li><h3><font color=#e00000>All architectures</font></h3>
                     49: <ul>
1.3       millert    50: <a name=bmap></a>
                     51: <li><font color=#009000><strong>RELIABILITY FIX</strong></font><br>
                     52: A local user can crash the system by reading a file larger than 64meg
                     53: from an ext2fs partition.
                     54: <a href=ftp://ftp.openbsd.org/pub/OpenBSD/patches/2.4/common/bmap.patch>
                     55: A source code patch exists which remedies this problem.</a>
                     56: <p>
1.2       deraadt    57: <a name=lnpanic></a>
                     58: <li><font color=#009000><strong>RELIABILITY FIX</strong></font><br>
                     59: A local user can crash the system because of a bug in the vfs layer.
                     60: <a href=ftp://ftp.openbsd.org/pub/OpenBSD/patches/2.4/common/lnpanic.patch>
                     61: A source code patch exists which remedies this problem.</a>
                     62: <p>
1.1       deraadt    63: <a name=poll></a>
                     64: <li><font color=#009000><strong>SECURITY FIX</strong></font><br>
                     65: A machine crash is possible when playing with poll(2).
                     66: <a href=ftp://ftp.openbsd.org/pub/OpenBSD/patches/2.4/common/poll.patch>
                     67: A source code patch exists which remedies this problem.</a>
                     68: <p>
                     69: <a name=nlink></a>
                     70: <li><font color=#009000><strong>SECURITY FIX</strong></font><br>
                     71: A machine crash is possible when playing with link(2) on FFS.
                     72: <a href=ftp://ftp.openbsd.org/pub/OpenBSD/patches/2.4/common/nlink.patch>
                     73: A source code patch exists which remedies this problem.  This
                     74: is version four of the patch.</a>
                     75: <p>
                     76: <a name=ping></a>
                     77: <li><font color=#009000><strong>SECURITY FIX</strong></font><br>
                     78: A buffer overflow existed in ping(8), which may have a security issue.
                     79: <a href=ftp://ftp.openbsd.org/pub/OpenBSD/patches/2.4/common/ping.patch>
                     80: A source code patch exists which remedies this problem.</a>
                     81: <p>
                     82: <a name=ipqrace></a>
                     83: <li><font color=#009000><strong>SECURITY FIX</strong></font><br>
                     84: A race condition in IP ipq handling could permit a remote crash.
                     85: <a href=ftp://ftp.openbsd.org/pub/OpenBSD/patches/2.4/common/ipqrace.patch>
                     86: A source code patch exists which remedies this problem.</a>
                     87: It must be installed after <a href=errata24.html#maxqueue>the maxqueue patch</a>.
                     88: and <a href=errata24.html#tcpfix>the tcp decoding patch</a>.
                     89: <p>
                     90: <a name=accept></a>
                     91: <li><font color=#009000><strong>SECURITY FIX</strong></font><br>
                     92: A race condition existed between accept(2) and select(2) which could
                     93: permit an attacker to hang sockets from remote.
                     94: <a href=ftp://ftp.openbsd.org/pub/OpenBSD/patches/2.4/common/accept.patch>
                     95: A source code patch exists which remedies this problem.</a>
                     96: <p>
                     97: <a name=maxqueue></a>
                     98: <li><font color=#009000><strong>SECURITY FIX</strong></font><br>
                     99: IP fragment assembly can bog the machine excessively and cause problems.
                    100: <a href=ftp://ftp.openbsd.org/pub/OpenBSD/patches/2.4/common/maxqueue.patch>
                    101: A source code patch exists which remedies this problem.</a>
                    102: <p>
                    103: <a name=uio></a>
                    104: <li><font color=#009000><strong>FUNCTIONALITY FIX</strong></font><br>
                    105: The readv(2) and writev(2) system calls would not accept a <em>struct iovec</em>
                    106: with an <strong>iov_len</strong> of 0.  This causes a db test in perl to fail.
                    107: <a href=ftp://ftp.openbsd.org/pub/OpenBSD/patches/2.4/common/uio.patch>
                    108: A source code patch exists which remedies this problem.</a>
                    109: <p>
                    110: <a name=rst></a>
                    111: <li><font color=#009000><strong>SECURITY FIX</strong></font><br>
                    112: TCP/IP RST handling was too sloppy.
                    113: <a href=ftp://ftp.openbsd.org/pub/OpenBSD/patches/2.4/common/rst.patch>
                    114: A source code patch exists which remedies this problem.</a>
                    115: <p>
                    116: <a name=kvm_mkdb></a>
                    117: <li><font color=#009000><strong>FUNCTIONALITY FIX</strong></font><br>
                    118: During bootup, kvm_mkdb may exit with the error "kvm_mkdb: cannot allocate
                    119: memory".
                    120: <a href=ftp://ftp.openbsd.org/pub/OpenBSD/patches/2.4/common/kvm_mkdb.patch>
                    121: A source code patch exists which remedies this problem.</a>
                    122: <p>
                    123: <a name=nfs3_solaris7></a>
                    124: <li><font color=#009000><strong>FUNCTIONALITY FIX</strong></font><br>
                    125: A problem with writing to NFS version 3 mounted filesystems from Solaris 7
                    126: hosts exists.  Attempts to create files will result in a error such as
                    127: "Inappropriate file type or format".
                    128: <a href=ftp://ftp.openbsd.org/pub/OpenBSD/patches/2.4/common/nfs3_solaris7.patch>
                    129: A source code patch exists which remedies this problem.</a>
                    130: <p>
                    131: <a name=nfs3></a>
                    132: <li><font color=#009000><strong>FUNCTIONALITY FIX</strong></font><br>
                    133: A problem with NFS version 3 mounts on big endian machines (m68k, sparc
                    134: and powerpc) exists when mounting filesystems larger than 2gig.  You
                    135: can see evidence of the bug by running df(1) and checking for negative
                    136: partition sizes.
                    137: <a href=ftp://ftp.openbsd.org/pub/OpenBSD/patches/2.4/common/nfs3.patch>
                    138: A source code patch exists which remedies this problem.</a>
                    139: <p>
                    140: <a name=termcap></a>
                    141: <li><font color=#009000><strong>SECURITY FIX</strong></font><br>
                    142: A security problem exists in the curses and ocurses libraries that affect
                    143: setuid programs linked with -lcurses or -locurses.
                    144: <a href=ftp://ftp.openbsd.org/pub/OpenBSD/patches/2.4/common/termcap.patch>
                    145: A source code patch exists which remedies this problem.</a>
                    146: <br>
                    147: Precompiled versions of libcurses and libocurses exist for the
                    148: <a href=ftp://ftp.openbsd.org/pub/OpenBSD/patches/2.4/i386/curses.tar.gz>i386</a>
                    149: platform.  Unpack it in /usr/lib.
                    150: <p>
                    151: <a name=terminfo></a>
                    152: <li><font color=#009000><strong>FUNCTIONALITY FIX</strong></font><br>
                    153: A workaround for an xterm problem that causes <strong>vi</strong> to not
                    154: restore the correct cursor position on exit.
                    155: <a href=ftp://ftp.openbsd.org/pub/OpenBSD/patches/2.4/common/terminfo.src.patch>
                    156: A source code patch exists which remedies this problem.</a>
                    157: <br>
                    158: Alternately, you can also download a pre-compiled terminfo file to be
                    159: installed as <strong>/usr/share/misc/terminfo.db</strong>.  For i386,
                    160: alpha and mips, use the
                    161: <a href=ftp://ftp.openbsd.org/pub/OpenBSD/patches/2.4/common/terminfo.db-LE.tar.gz>
                    162: little endian</a> version.  For sparc, m68k and powerpc, use the
                    163: <a href=ftp://ftp.openbsd.org/pub/OpenBSD/patches/2.4/common/terminfo.db-BE.tar.gz>
                    164: big endian</a> version.
                    165: <p>
                    166: <a name=userdir></a>
                    167: <li><font color=#009000><strong>FUNCTIONALITY FIX</strong></font><br>
                    168: <strong>userdir</strong> support was accidentally left out of httpd(8).
                    169: <a href=ftp://ftp.openbsd.org/pub/OpenBSD/patches/2.4/common/userdir.patch>
                    170: A source code patch exists which remedies this problem.</a>
                    171: <p>
                    172: <a name=bootpd></a>
                    173: <li><font color=#009000><strong>SECURITY FIX</strong></font><br>
                    174: A remotely exploitable problem exists in bootpd(8).  bootpd is disabled
                    175: by default, but some people may actually be using it.
                    176: <a href=ftp://ftp.openbsd.org/pub/OpenBSD/patches/2.4/common/bootpd.patch>
                    177: A source code patch exists which remedies this problem</a>, this is the
                    178: second version of the patch.
                    179: <p>
                    180: <a name=tcpfix></a>
                    181: <li><font color=#009000><strong>SECURITY FIX</strong></font><br>
                    182: A remote machine lockup problem exists in the TCP decoding code.
                    183: <a href=ftp://ftp.openbsd.org/pub/OpenBSD/patches/2.4/common/tcpfix.patch>
                    184: A source code patch exists which remedies this problem.</a>
                    185: <p>
                    186: </ul>
                    187: <a name=i386></a>
                    188: <li><h3><font color=#e00000>i386</font></h3>
                    189: <ul>
                    190: <a name=tss></a>
                    191: <li><font color=#009000><strong>SECURITY FIX</strong></font><br>
                    192: This is another fix for a kernel crash caused by the
                    193: <strong>crashme</strong> program.
                    194: <a href=ftp://ftp.openbsd.org/pub/OpenBSD/patches/2.4/i386/tss.patch>
                    195: A source code patch exists which remedies this problem.</a><br>
                    196: <p>
                    197: <a name=bootargv></a>
                    198: <li><font color=#009000><strong>FUNCTIONALITY FIX</strong></font><br>
                    199: The kernel was using a fixed and hard-coded location for the arguments
                    200: vector passed from the <strong>/boot</strong> loader.  This prevented
1.11      jufi      201: <strong>/boot</strong> from placing the boot arguments vector at any
1.1       deraadt   202: other location, causing a kernel crash early in the autoconfiguration
                    203: stage.  In 2.5, the bootblocks will be modified to use a new location.
                    204: Hence, if you wish old kernels to boot on a new bootblock, those
                    205: kernels will only work if they were linked with this patch.
                    206: <a href=ftp://ftp.openbsd.org/pub/OpenBSD/patches/2.4/i386/bootargv.patch>
                    207: A source code patch exists which remedies this problem.</a><br>
                    208: <p>
                    209: <a name=trctrap></a>
                    210: <li><font color=#009000><strong>SECURITY FIX</strong></font><br>
                    211: i386 trace-trap handling when DDB was configured could cause a system
                    212: crash.
                    213: <a href=ftp://ftp.openbsd.org/pub/OpenBSD/patches/2.4/i386/trctrap.patch>
                    214: A source code patch exists which remedies this problem.</a><br>
                    215: <p>
                    216: <a name=installboot></a>
                    217: <li><font color=#009000><strong>FUNCTIONALITY FIX</strong></font><br>
1.13      pvalchev  218: i386 installboot had a sign extension bug which prevented proper bootblock
1.1       deraadt   219: initialization when the root filesystem was placed beyond 4GB.
                    220: <a href=ftp://ftp.openbsd.org/pub/OpenBSD/patches/2.4/i386/installboot.patch>
                    221: A source code patch exists which remedies this problem.</a><br>
                    222: Unfortunately, updated 2.4 install floppies are not available.  Just ensure
                    223: that your root filesystem is below 4GB, for now.
                    224: <p>
                    225: </ul>
                    226: <p>
                    227: <a name=mac68k></a>
                    228: <li><h3><font color=#e00000>mac68k</font></h3>
                    229: <ul>
                    230: <p>
                    231: <li>No problems identified yet.
                    232: </ul>
                    233: <p>
                    234: <a name=sparc></a>
                    235: <li><h3><font color=#e00000>sparc</font></h3>
                    236: <ul>
                    237: <a name=hme></a>
                    238: <li><font color=#009000><strong>DRIVER FIX</strong></font><br>
                    239: The sparc hme(4) and be(4) drivers work poorly on some types of of SS-20
                    240: machines.  This is because those machines lie, saying they support 64-bit DMA
                    241: bursting.  No sun4m machines support that.
                    242: <a href=ftp://ftp.openbsd.org/pub/OpenBSD/patches/2.4/sparc/hme.patch>
                    243: A source code patch exists which remedies this problem.</a>
                    244: <p>
                    245: <a name=le></a>
                    246: <li><font color=#009000><strong>DRIVER FIX</strong></font><br>
                    247: The sparc le(4) driver does media changes incorrectly on one type of
                    248: sbus le(4) card.
                    249: <a href=ftp://ftp.openbsd.org/pub/OpenBSD/patches/2.4/sparc/le.patch>
                    250: A source code patch exists which remedies this problem.</a>
                    251: <p>
                    252: </ul>
                    253: <a name=amiga></a>
                    254: <li><h3><font color=#e00000>amiga</font></h3>
                    255: <ul>
                    256: <li>No problems identified yet.
                    257: </ul>
                    258: <p>
                    259: <a name=pmax></a>
                    260: <li><h3><font color=#e00000>pmax</font></h3>
                    261: <ul>
                    262: <li>No problems identified yet.
                    263: </ul>
                    264: <p>
                    265: <a name=arc></a>
                    266: <li><h3><font color=#e00000>arc</font></h3>
                    267: <ul>
                    268: <li>No problems identified yet.
                    269: </ul>
                    270: <p>
                    271: <a name=alpha></a>
                    272: <li><h3><font color=#e00000>alpha</font></h3>
                    273: <ul>
                    274: <li>No problems identified yet.
                    275: </ul>
                    276: <p>
                    277: <a name=hp300></a>
                    278: <li><h3><font color=#e00000>hp300</font></h3>
                    279: <ul>
                    280: <a name=hp300X></a>
                    281: <li><font color=#009000><strong>FUNCTIONALITY FIX</strong></font><br>
                    282: The Xhp as shipped does not have the execute permissions set.  The fix is
                    283: 'chmod 755 /usr/X11R6/bin/Xhp' if you have installed X.
                    284: <p>
                    285: </ul>
                    286: <p>
                    287: <a name=mvme68k></a>
                    288: <li><h3><font color=#e00000>mvme68k</font></h3>
                    289: <ul>
                    290: <li>No problems identified yet.
                    291: </ul>
                    292: <p>
                    293: <a name=powerpc></a>
                    294: <li><h3><font color=#e00000>powerpc</font></h3>
                    295: <ul>
                    296: <li>No problems identified yet.
                    297: </ul>
                    298: <p>
                    299:
                    300:
                    301: <p>
1.5       deraadt   302: </dl>
1.11      jufi      303: </ul>
1.1       deraadt   304: <br>
                    305:
                    306: <hr>
1.8       jason     307: <a href=stable.html>For OpenBSD patch branch information, please refer here.</a><br>
1.1       deraadt   308: <a href=errata21.html>For 2.1 errata, please refer here</a>.<br>
                    309: <a href=errata22.html>For 2.2 errata, please refer here</a>.<br>
                    310: <a href=errata23.html>For 2.3 errata, please refer here</a>.<br>
1.6       deraadt   311: <a href=errata25.html>For 2.5 errata, please refer here</a>.<br>
1.7       deraadt   312: <a href=errata26.html>For 2.6 errata, please refer here</a>.<br>
1.10      deraadt   313: <a href=errata27.html>For 2.7 errata, please refer here</a>.<br>
1.12      deraadt   314: <a href=errata28.html>For 2.8 errata, please refer here</a>.<br>
1.15      deraadt   315: <a href=errata29.html>For 2.9 errata, please refer here</a>.<br>
1.16      deraadt   316: <a href=errata30.html>For 3.0 errata, please refer here</a>.<br>
1.19    ! deraadt   317: <a href=errata31.html>For 3.1 errata, please refer here</a>.<br>
        !           318: <a href=errata.html>For 3.2 errata, please refer here</a>.<br>
1.7       deraadt   319:
1.1       deraadt   320: <hr>
1.4       deraadt   321: <a href=index.html><img height=24 width=24 src=back.gif border=0 alt=OpenBSD></a>
1.1       deraadt   322: <a href=mailto:www@openbsd.org>www@openbsd.org</a>
1.19    ! deraadt   323: <br><small>$OpenBSD: errata24.html,v 1.18 2002/06/18 01:44:05 jsyn Exp $</small>
1.1       deraadt   324:
                    325: </body>
                    326: </html>