From: Mathias Krause Date: Mon, 30 Sep 2013 20:05:08 +0000 (+0200) Subject: netfilter: ipt_ULOG: fix info leaks X-Git-Tag: v3.2.64~264 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0368fea2438c346e753aa37606688c421ba11c4b;p=pandora-kernel.git netfilter: ipt_ULOG: fix info leaks commit 278f2b3e2af5f32ea1afe34fa12a2518153e6e49 upstream. 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. Signed-off-by: Mathias Krause Signed-off-by: Pablo Neira Ayuso [bwh: Backported to 3.2: adjust context] Signed-off-by: Ben Hutchings --- Reading git-diff-tree failed