cvs commit: src/sys/kern uipc_syscalls.c src/sys/emulation/43bsd 43bsd_socket.c src/sys/emulation/linux linux_socket.c
YONETANI Tomokazu
y0netan1 at crater.dragonflybsd.org
Mon Jan 29 06:17:14 PST 2007
y0netan1 2007/01/29 06:16:42 PST
DragonFly src repository
Modified files: (Branch: DragonFly_RELEASE_1_8)
sys/kern uipc_syscalls.c
sys/emulation/43bsd 43bsd_socket.c
sys/emulation/linux linux_socket.c
Log:
MFC
kern/uipc_syscalls.c,rev 1.78
emulation/43bsd/43bsd_socket.c,rev 1.10
emulation/linux/linux_socket.c,rev 1.27
kern_recvmsg() may not return a valid(non-NULL) pointer to `sa'
even if its return value is 0. Only sys_recvfrom() knew this.
Fix other callers to deal with this.
Revision Changes Path
1.77.2.1 +6 -2 src/sys/kern/uipc_syscalls.c
1.9.2.1 +12 -4 src/sys/emulation/43bsd/43bsd_socket.c
1.26.2.1 +12 -4 src/sys/emulation/linux/linux_socket.c
http://www.dragonflybsd.org/cvsweb/src/sys/kern/uipc_syscalls.c.diff?r1=1.77&r2=1.77.2.1&f=u
http://www.dragonflybsd.org/cvsweb/src/sys/emulation/43bsd/43bsd_socket.c.diff?r1=1.9&r2=1.9.2.1&f=u
http://www.dragonflybsd.org/cvsweb/src/sys/emulation/linux/linux_socket.c.diff?r1=1.26&r2=1.26.2.1&f=u
More information about the Commits
mailing list