commit | 278f2b3e2af5f32ea1afe34fa12a2518153e6e49 | [log] [tgz] |
---|---|---|
author | Mathias Krause <minipli@googlemail.com> | Mon Sep 30 22:05:08 2013 +0200 |
committer | Pablo Neira Ayuso <pablo@netfilter.org> | Wed Oct 02 17:28:36 2013 +0200 |
tree | d8984c0f78c62752b8c4112edceb1476f1da9fff | |
parent | ca0a10672dad94aa1f89645f89eb6047b7bf2a19 [diff] |
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 <minipli@googlemail.com> Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org>