Date: Sat, 14 Jan 2006 00:09:41 +0000 (UTC) From: Robert Watson <rwatson@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/netinet6 ip6_output.c Message-ID: <200601140009.k0E09fme099884@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200601140009.k0E09fme099884>