From mboxrd@z Thu Jan 1 00:00:00 1970 From: Pablo Neira Ayuso Subject: Re: [PATCH 1/2] netfilter: ebt_ulog: fix info leaks Date: Fri, 11 Oct 2013 10:54:46 +0200 Message-ID: <20131011085446.GA4124@localhost> References: <1380571508-15486-1-git-send-email-minipli@googlemail.com> <1380571508-15486-2-git-send-email-minipli@googlemail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: netfilter-devel@vger.kernel.org, Patrick McHardy , Jozsef Kadlecsik , Bart De Schuymer To: Mathias Krause Return-path: Received: from mail.us.es ([193.147.175.20]:49300 "EHLO mail.us.es" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752058Ab3JKIyv (ORCPT ); Fri, 11 Oct 2013 04:54:51 -0400 Content-Disposition: inline In-Reply-To: <1380571508-15486-2-git-send-email-minipli@googlemail.com> Sender: netfilter-devel-owner@vger.kernel.org List-ID: On Mon, Sep 30, 2013 at 10:05:07PM +0200, Mathias Krause wrote: > The ulog messages leak heap bytes by the means of padding bytes and > incompletely filled string arrays. Fix those by memset(0)'ing the > whole struct before filling it. Applied, thanks.