From: Mathias Krause Date: Mon, 30 Sep 2013 20:05:08 +0000 (+0200) Subject: netfilter: ipt_ULOG: fix info leaks X-Git-Tag: omap-for-v3.13/fixes-for-merge-window-take2~67^2~34^2~1 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=278f2b3e2af5f32ea1afe34fa12a2518153e6e49;p=pandora-kernel.git netfilter: ipt_ULOG: fix info leaks 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 --- Reading git-diff-tree failed