From mboxrd@z Thu Jan 1 00:00:00 1970 From: foobar Subject: Re: [PATCH 2/2] ctags: avoid null deref Date: Wed, 3 Jan 2018 15:55:23 +0000 Message-ID: <20180103155523.2f1fa60bd0d4a9f708016f8a@redchan.it> References: <20180101225817.3cb135dc04ea0195f28d8512@redchan.it> <20180102151116.22060-1-luc.vanoostenryck@gmail.com> <20180102151116.22060-3-luc.vanoostenryck@gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Return-path: Received: from cock.li ([185.100.85.212]:36225 "EHLO cock.li" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750864AbeACPz7 (ORCPT ); Wed, 3 Jan 2018 10:55:59 -0500 In-Reply-To: <20180102151116.22060-3-luc.vanoostenryck@gmail.com> Sender: linux-sparse-owner@vger.kernel.org List-Id: linux-sparse@vger.kernel.org To: Luc Van Oostenryck Cc: linux-sparse@vger.kernel.org Luc, thank you for addressing this issue so quickly! On Tue, 2 Jan 2018 16:11:16 +0100 Luc Van Oostenryck wrote: > Protect the dereference of null base_type. I wonder, maybe it would be better not to add this protection so future similar bugs can be found ?