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

Diff for /www/plus33.html between version 1.51 and 1.52

version 1.51, 2016/07/23 14:22:24 version 1.52, 2016/08/15 02:22:08
Line 6 
Line 6 
 <meta name="copyright" content="This document copyright 1996-2003 by OpenBSD.">  <meta name="copyright" content="This document copyright 1996-2003 by OpenBSD.">
 <meta name="viewport" content="width=device-width, initial-scale=1">  <meta name="viewport" content="width=device-width, initial-scale=1">
 <link rel="stylesheet" type="text/css" href="openbsd.css">  <link rel="stylesheet" type="text/css" href="openbsd.css">
 <link rel="canonical" href="http://www.openbsd.org/plus33.html">  <link rel="canonical" href="https://www.openbsd.org/plus33.html">
 </head>  </head>
   
 <body bgcolor="#ffffff" text="#000000" link="#23238e">  <body bgcolor="#ffffff" text="#000000" link="#23238e">
Line 1114 
Line 1114 
 <li>Remove a potential null pointer deref in BSD authentication code.  <li>Remove a potential null pointer deref in BSD authentication code.
 <li>Fix a bad printf format string in <a href="http://man.openbsd.org/?query=ftpd&amp;sektion=8">ftpd(8)</a>. Non-critical because it's only ever fed by parts of the authentication system which sanitise the input first.<br>  <li>Fix a bad printf format string in <a href="http://man.openbsd.org/?query=ftpd&amp;sektion=8">ftpd(8)</a>. Non-critical because it's only ever fed by parts of the authentication system which sanitise the input first.<br>
     <a href="stable.html"><font color="#00b000">[Applied to stable]</font></a> <!-- XXX 3.2 -->      <a href="stable.html"><font color="#00b000">[Applied to stable]</font></a> <!-- XXX 3.2 -->
 <li>Do some more unsigned checks to system call parameters, as with the <a href="http://man.openbsd.org/?query=setitimer&amp;sektion=2">setitimer(2)</a> <a href="http://www.openbsd.org/errata31.html#kerntime">erratum</a>.<br>  <li>Do some more unsigned checks to system call parameters, as with the <a href="http://man.openbsd.org/?query=setitimer&amp;sektion=2">setitimer(2)</a> <a href="errata31.html#kerntime">erratum</a>.<br>
     <a href="stable.html"><font color="#00b000">[Applied to stable]</font></a>      <a href="stable.html"><font color="#00b000">[Applied to stable]</font></a>
 <!-- ^ 20021013 -->  <!-- ^ 20021013 -->
 <li>Prepare the GNU floating-point emulation code on i386 for ELF.  <li>Prepare the GNU floating-point emulation code on i386 for ELF.

Legend:
Removed from v.1.51  
changed lines
  Added in v.1.52