Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 26 Jun 2010 19:26:20 +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:  <201006261926.o5QJQh1h061256@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
tuexen      2010-06-26 19:26:20 UTC

  FreeBSD src repository

  Modified files:
    sys/kern             uipc_syscalls.c 
  Log:
  SVN rev 209540 on 2010-06-26 19:26:20Z by tuexen
  
  * 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 bug where reported by Valentin Nechayev.
  The first bug results in a kernel panic.
  MFC after: 3 days.
  
  Revision  Changes    Path
  1.299     +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?201006261926.o5QJQh1h061256>