cvs commit: src/sys/kern uipc_syscalls.c src/sys/emulation/43bsd 43bsd_socket.c src/sys/emulation/linux linux_socket.c

Matthew Dillon dillon at crater.dragonflybsd.org
Fri Sep 15 20:39:29 PDT 2006


dillon      2006/09/15 20:37:15 PDT

DragonFly src repository

  Modified files:
    sys/kern             uipc_syscalls.c 
    sys/emulation/43bsd  43bsd_socket.c 
    sys/emulation/linux  linux_socket.c 
  Log:
  Fix a bug in sendmsg() and two compatibility versions of sendmsg().
  iovec_free() should not be called when iovec_copyin() fails.
  
  Reported-by: Ilja van Sprundel
  Found-using: A trivial system call fuzzer
  
  Revision  Changes    Path
  1.76      +3 -2      src/sys/kern/uipc_syscalls.c
  1.9       +3 -2      src/sys/emulation/43bsd/43bsd_socket.c
  1.26      +3 -2      src/sys/emulation/linux/linux_socket.c


http://www.dragonflybsd.org/cvsweb/src/sys/kern/uipc_syscalls.c.diff?r1=1.75&r2=1.76&f=u
http://www.dragonflybsd.org/cvsweb/src/sys/emulation/43bsd/43bsd_socket.c.diff?r1=1.8&r2=1.9&f=u
http://www.dragonflybsd.org/cvsweb/src/sys/emulation/linux/linux_socket.c.diff?r1=1.25&r2=1.26&f=u





More information about the Commits mailing list