From mboxrd@z Thu Jan 1 00:00:00 1970 From: Patrick McHardy Subject: Re: [PATCH 8/8] Add missing sizecheckings Date: Tue, 08 Nov 2005 15:04:59 +0100 Message-ID: <4370B08B.30507@trash.net> References: <43700324.5080505@netfilter.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Cc: Harald Welte , Netfilter Development Mailinglist Return-path: To: Pablo Neira In-Reply-To: <43700324.5080505@netfilter.org> List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: netfilter-devel-bounces@lists.netfilter.org Errors-To: netfilter-devel-bounces@lists.netfilter.org List-Id: netfilter-devel.vger.kernel.org Pablo Neira wrote: > Add missing sizecheckings. Thanks Patrick Mchardy for the hint. This > patch requires the previous (7/8), otherwise it would break ctnetlink. Both patches look good to me, although you probably should use size_t or unsigned int for the cta_.*_min arrays, otherwise I think gcc-4.x will complain.