cvs commit: src/sys/kern uipc_socket.c

Robert Watson rwatson at FreeBSD.org
Thu Jun 17 21:04:10 PDT 2004


rwatson     2004-06-18 04:02:56 UTC

  FreeBSD src repository

  Modified files:
    sys/kern             uipc_socket.c 
  Log:
  Hold SOCK_LOCK(so) while frobbing so_options.  Note that while the
  local race is corrected, there's still a global race in sosend()
  relating to so_options and the SO_DONTROUTE flag.
  
  Revision  Changes    Path
  1.181     +4 -1      src/sys/kern/uipc_socket.c


More information about the cvs-src mailing list