Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 19 Aug 2004 22:18:17 +0200
From:      Andre Oppermann <andre@freebsd.org>
To:        Ted Unangst <tedu@coverity.com>
Cc:        hackers@freebsd.org
Subject:   Re: too late null checks
Message-ID:  <41250B09.6070006@freebsd.org>
In-Reply-To: <4123049E.9000900@coverity.com>
References:  <4123049E.9000900@coverity.com>

next in thread | previous in thread | raw e-mail | index | archive | help
Ted Unangst wrote:
> Bugs found with Coverity's automated analysis.  In each case, either the 
> NULL check is unnecessary, or it's too late because the variable was 
> already deref'd.
...
> netinet/tcp_subr.c:tcp_mtudisc
> tp has already been dereferenced to obtain isipv6 result

Thanks, fixed.

Did you run your entire tool on the FreeBSD tree or is this subset of the
available tests and checks?

-- 
Andre



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