cvs commit: src/sys/kern subr_bus.c 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:50:01 PDT 2005


cperciva    2005-05-06 02:50:00 UTC

  FreeBSD src repository

  Modified files:        (Branch: RELENG_5)
    sys/kern             subr_bus.c 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
  
  Revision   Changes    Path
  1.156.2.7  +3 -0      src/sys/kern/subr_bus.c
  1.522.2.5  +3 -0      src/sys/kern/vfs_subr.c
  1.13.4.2   +1 -0      src/sys/net/if_mib.c
  1.98.2.3   +1 -0      src/sys/netinet/ip_divert.c
  1.142.2.5  +1 -0      src/sys/netinet/raw_ip.c
  1.162.2.8  +1 -0      src/sys/netinet/udp_usrreq.c


More information about the cvs-src mailing list