Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 14 Jan 2006 13:04:08 +0000 (UTC)
From:      Gleb Smirnoff <glebius@FreeBSD.org>
To:        src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/sys/netinet tcp_syncache.c
Message-ID:  <200601141304.k0ED48qw073302@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
glebius     2006-01-14 13:04:08 UTC

  FreeBSD src repository

  Modified files:
    sys/netinet          tcp_syncache.c 
  Log:
  UMA can return NULL not only in case when our zone is full, but
  also in case of generic memory shortage. In the latter case we may
  not find an old entry.
  
  Found with:     Coverity Prevent(tm)
  
  Revision  Changes    Path
  1.80      +7 -1      src/sys/netinet/tcp_syncache.c



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200601141304.k0ED48qw073302>