cvs commit: src/sys/netinet tcp_syncache.c
Gleb Smirnoff
glebius at FreeBSD.org
Sat Jan 14 05:04:09 PST 2006
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
More information about the cvs-src
mailing list