cvs commit: src/sys/netinet6 ip6_output.c
Robert Watson
rwatson at FreeBSD.org
Fri Jan 13 16:09:41 PST 2006
rwatson 2006-01-14 00:09:41 UTC
FreeBSD src repository
Modified files:
sys/netinet6 ip6_output.c
Log:
When storing the results of malloc() in a pointer to a pointer, check
the pointer to a pointer for NULL, not the pointer for NULL.
Noticed by: Coverity Prevent analysis tool
MFC after: 3 days
Revision Changes Path
1.101 +1 -1 src/sys/netinet6/ip6_output.c
More information about the cvs-src
mailing list