=================================================================== RCS file: /cvsrepo/anoncvs/cvs/www/plus.html,v retrieving revision 1.265 retrieving revision 1.266 diff -u -r1.265 -r1.266 --- www/plus.html 1998/05/15 14:18:34 1.265 +++ www/plus.html 1998/05/17 20:13:47 1.266 @@ -1430,6 +1430,19 @@
  • Fix a bunch of scanf related buffer overflows.
  • Compile the system with -O2 instead of -O.
  • Start cron at the end of /etc/rc to avoid some security issues. +
  • Correct 64 bit timeval storage in ping(8) packets; also put the time in + network byte order. +
  • In mount_nfs(8), contact the portmapper about the correct protocol (tcp or udp). +
  • Fix buffer overflows in getNAME(1). +
  • Fix acct(2) to work with append-only files. +
  • Fix a memory trashing bug in the IPSEC SPI chain delete function. +
  • Fix a free() related bug in csh(1). +
  • Constrain how kill(2) operates against target + processes that are running setuid. The previous unrestricted + behaviour may have had security consequences. + A patch exists which solves the + problem. +
  • In gdb, do not use 4.3 compatibility tty ioctl() calls. @@ -1442,7 +1455,7 @@
    OpenBSD www@openbsd.org -
    $OpenBSD: plus.html,v 1.265 1998/05/15 14:18:34 deraadt Exp $ +
    $OpenBSD: plus.html,v 1.266 1998/05/17 20:13:47 deraadt Exp $