cvs commit: src/sys/kern uipc_usrreq.c

Matthew N. Dodd mdodd at FreeBSD.org
Tue Apr 19 19:57:57 PDT 2005


mdodd       2005-04-20 02:57:57 UTC

  FreeBSD src repository

  Modified files:
    sys/kern             uipc_usrreq.c 
  Log:
  Check sopt_level in uipc_ctloutput() and return early if it is non-zero.
  This prevents unintended consequnces when an application calls things like
  setsockopt(x, SOL_SOCKET, SO_REUSEADDR, ...) on a Unix domain socket.
  
  Revision  Changes    Path
  1.153     +3 -0      src/sys/kern/uipc_usrreq.c


More information about the cvs-all mailing list