Date: Fri, 20 Feb 2004 15:25:17 +0000 From: Colin Percival <colin.percival@wadham.ox.ac.uk> To: "Ted Unangst" <tedu@coverity.com> Cc: hackers@freebsd.org Subject: Re: NULL pointer dereferences Message-ID: <6.0.1.1.1.20040220152326.038d7cb0@imap.sfu.ca> In-Reply-To: <19391.66.93.171.98.1077241554.spork@webmail.coverity.com> References: <19391.66.93.171.98.1077241554.spork@webmail.coverity.com>
next in thread | previous in thread | raw e-mail | index | archive | help
At 01:45 20/02/2004, Ted Unangst wrote: >Some more. There are bugs where the code checks for NULL after using the >pointer. Usually means the check should be earlier, or is unnecessary. One false alarm here: uni_msg_pack_mbuf(msg, ...) won't dereference msg if it is NULL. Apart from that I've either got patches or sent emails to the appropriate maintainers. Colin Percival
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?6.0.1.1.1.20040220152326.038d7cb0>