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

Diff for /www/Attic/porting.html between version 1.3 and 1.4

version 1.3, 1998/02/15 08:04:24 version 1.4, 1998/02/15 08:27:53
Line 67 
Line 67 
        for buffer overflows, especially unsafe use of         for buffer overflows, especially unsafe use of
        <code>strcat/strcpy/strcmp/sprintf</code>.  In general,         <code>strcat/strcpy/strcmp/sprintf</code>.  In general,
        <code>sprintf</code> should be replaced with <code>snprintf</code>.         <code>sprintf</code> should be replaced with <code>snprintf</code>.
      <li>Be sure to add the <code>$</code><code>OpenBSD$</code> CVS tag to
          the Makefile.  If importing a port from another system be sure to
          leave their tag in the Makefile, too.  However, replace the FreeBSD
          <code>$</code><code>Id$</code> tag with the
          <code>$</code><code>FreeBSD$</code> tag.
   </ul>    </ul>
   <h3><font color=#0000e0>Other Helpful Hints</font></h3>    <h3><font color=#0000e0>Other Helpful Hints</font></h3>
   <ul>    <ul>

Legend:
Removed from v.1.3  
changed lines
  Added in v.1.4