rwatson     2004-06-27 03:29:25 UTC
  FreeBSD src repository
  Modified files:
    sys/kern             uipc_usrreq.c 
  Log:
  Acquire the socket buffer lock when calling unp_scan() on
  so->so_rcv.sb_mb to prevent the mbuf chain from changing during the
  scan.
  
  Revision  Changes    Path
  1.132     +2 -0      src/sys/kern/uipc_usrreq.c