From owner-freebsd-fs@FreeBSD.ORG Tue Feb 25 17:27:59 2014 Return-Path: Delivered-To: freebsd-fs@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id D8D556D3; Tue, 25 Feb 2014 17:27:59 +0000 (UTC) Received: from bigwig.baldwin.cx (bigwig.baldwin.cx [IPv6:2001:470:1f11:75::1]) (using TLSv1 with cipher ADH-CAMELLIA256-SHA (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id AE65E11F2; Tue, 25 Feb 2014 17:27:59 +0000 (UTC) Received: from jhbbsd.localnet (unknown [209.249.190.124]) by bigwig.baldwin.cx (Postfix) with ESMTPSA id 8767FB989; Tue, 25 Feb 2014 12:27:58 -0500 (EST) From: John Baldwin To: Dimitry Andric Subject: Re: BUG: possible NULL pointer dereference in nfs server Date: Tue, 25 Feb 2014 12:21:40 -0500 User-Agent: KMail/1.13.5 (FreeBSD/8.4-CBSD-20130906; KDE/4.5.5; amd64; ; ) References: <346483760.1090608.1391212324309.JavaMail.root@uoguelph.ca> <3B667D71-2ED6-4EBF-A586-297BEDC9499A@FreeBSD.org> In-Reply-To: <3B667D71-2ED6-4EBF-A586-297BEDC9499A@FreeBSD.org> MIME-Version: 1.0 Content-Type: Text/Plain; charset="iso-8859-15" Content-Transfer-Encoding: 7bit Message-Id: <201402251221.40160.jhb@freebsd.org> X-Greylist: Sender succeeded SMTP AUTH, not delayed by milter-greylist-4.2.7 (bigwig.baldwin.cx); Tue, 25 Feb 2014 12:27:58 -0500 (EST) Cc: freebsd-fs@freebsd.org, Roman Divacky X-BeenThere: freebsd-fs@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: Filesystems List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 25 Feb 2014 17:27:59 -0000 On Sunday, February 23, 2014 4:33:31 pm Dimitry Andric wrote: > So can we commit jhb's patch now? That would be very handy for my > clang-sparc64 project branch. :) I haven't had a chance to test it though it does compile. If you think it looks good I can commit it. I'm then happy with your simple if - panic patch to appease clang. -- John Baldwin