cvs commit: src UPDATING src/sys/conf newvers.sh src/sys/kern vfs_subr.c src/sys/net if_mib.c src/sys/netinet ip_divert.c raw_ip.c udp_usrreq.c

Colin Percival cperciva at FreeBSD.org
Thu May 5 19:49:09 PDT 2005


cperciva    2005-05-06 02:49:08 UTC

  FreeBSD src repository

  Modified files:        (Branch: RELENG_4_10)
    .                    UPDATING 
    sys/conf             newvers.sh 
    sys/kern             vfs_subr.c 
    sys/net              if_mib.c 
    sys/netinet          ip_divert.c raw_ip.c udp_usrreq.c 
  Log:
  If we are going to
  1. Copy a NULL-terminated string into a fixed-length buffer, and
  2. copyout that buffer to userland,
  we really ought to
  0. Zero the entire buffer
  first.
  
  Security: FreeBSD-SA-05:08.kmem
  Approved by: so (cperciva)
  
  Revision        Changes    Path
  1.73.2.90.2.13  +3 -0      src/UPDATING
  1.44.2.34.2.14  +1 -1      src/sys/conf/newvers.sh
  1.249.2.31.4.1  +1 -0      src/sys/kern/vfs_subr.c
  1.8.2.1.16.2    +1 -0      src/sys/net/if_mib.c
  1.42.2.6.6.1    +1 -0      src/sys/netinet/ip_divert.c
  1.64.2.18.4.1   +1 -0      src/sys/netinet/raw_ip.c
  1.64.2.19.4.1   +1 -0      src/sys/netinet/udp_usrreq.c


More information about the cvs-all mailing list