=================================================================== RCS file: /cvsrepo/anoncvs/cvs/www/34.html,v retrieving revision 1.11 retrieving revision 1.12 diff -u -r1.11 -r1.12 --- www/34.html 2003/09/04 16:24:30 1.11 +++ www/34.html 2003/09/04 16:39:26 1.12 @@ -108,15 +108,18 @@
  • Many unsafe string functions have been removed from the kernel and userland utilities. This audit is one of the most comprehensive OpenBSD has ever done, with thousands of occurrences of - strcpy(3) + strcpy(3), + strcat(3), + sprintf(3), and - strcat(3) + vsprintf(3) being replaced with safer, bounded alternatives such as - - strlcpy(3) and - - strlcat(3). - + strlcpy(3), + strlcat(3), + snprintf(3), + vsnprintf(3), + and + asprintf(3).

  • Support for @@ -483,7 +486,7 @@ alt="OpenBSD"> www@openbsd.org
    -$OpenBSD: 34.html,v 1.11 2003/09/04 16:24:30 deraadt Exp $ +$OpenBSD: 34.html,v 1.12 2003/09/04 16:39:26 deraadt Exp $