cvs commit: src/sys/netinet tcp_syncache.c

Andre Oppermann andre at FreeBSD.org
Tue Jun 20 08:11:36 UTC 2006


andre       2006-06-20 08:11:30 UTC

  FreeBSD src repository

  Modified files:
    sys/netinet          tcp_syncache.c 
  Log:
  Allocate a zero'ed syncache hashtable.  mtx_init() tests the supplied
  memory location for already existing/initialized mutexes.  With random
  data in the memory location this fails (ie. after a soft reboot).
  
  Reported by:    brueffer, YAMAMOTO Shigeru
  Submitted by:   YAMAMOTO Shigeru <shigeru-at-iij.ad.jp>
  
  Revision  Changes    Path
  1.93      +1 -1      src/sys/netinet/tcp_syncache.c


More information about the cvs-src mailing list