From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753876AbaBLUu7 (ORCPT ); Wed, 12 Feb 2014 15:50:59 -0500 Received: from mx1.redhat.com ([209.132.183.28]:47035 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753067AbaBLUu6 (ORCPT ); Wed, 12 Feb 2014 15:50:58 -0500 Date: Wed, 12 Feb 2014 15:50:37 -0500 From: Dave Jones To: Kees Cook Cc: Pablo Neira Ayuso , Patrick McHardy , linux-kernel@vger.kernel.org Subject: Re: flaw in "nf_tables: add reject module for NFPROTO_INET" Message-ID: <20140212205037.GA6563@redhat.com> Mail-Followup-To: Dave Jones , Kees Cook , Pablo Neira Ayuso , Patrick McHardy , linux-kernel@vger.kernel.org References: <52fb24097b42_6b5073486c727c3@209.249.196.67.mail> <20140212204307.GK23300@outflux.net> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20140212204307.GK23300@outflux.net> User-Agent: Mutt/1.5.21 (2010-09-15) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Wed, Feb 12, 2014 at 12:43:08PM -0800, Kees Cook wrote: > Hi, > > This seems like a legit problem detected by Coverity. Looks like a break is > missing? yup, reported this morning. (Also note that I changed the state in coverity once Patrick confirmed it) Dave