Date: Mon, 5 Jul 2010 18:45:59 +0000 (UTC) From: Michael Tuexen <tuexen@FreeBSD.org> To: cvs-src-old@freebsd.org Subject: cvs commit: src/sys/kern uipc_syscalls.c Message-ID: <201007051846.o65IkOsR052209@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
tuexen 2010-07-05 18:45:59 UTC FreeBSD src repository Modified files: (Branch: RELENG_8_1) sys/kern uipc_syscalls.c Log: SVN rev 209711 on 2010-07-05 18:45:59Z by tuexen MFC r209624 * Do not dereference a NULL pointer when calling an SCTP send syscall not providing a destination address and using ktrace. * Do not copy out kernel memory when providing sinfo for sctp_recvmsg(). Both bugs where reported by Valentin Nechayev. The first bug results in a kernel panic. Approved by: re@ Revision Changes Path 1.284.2.8.2.2 +3 -2 src/sys/kern/uipc_syscalls.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201007051846.o65IkOsR052209>