commit | e4d091d7bf787cd303383725b8071d0bae76f981 | [log] [tgz] |
---|---|---|
author | Dan Carpenter <dan.carpenter@oracle.com> | Thu Aug 01 12:36:57 2013 +0300 |
committer | Pablo Neira Ayuso <pablo@netfilter.org> | Mon Aug 05 17:36:04 2013 +0200 |
tree | 6c9f1bf8e0c0893ebe1ab4eac1151ba6df635142 | |
parent | a206bcb3b02025b23137f3228109d72e0f835c05 [diff] |
netfilter: nfnetlink_{log,queue}: fix information leaks in netlink message These structs have a "_pad" member. Also the "phw" structs have an 8 byte "hw_addr[]" array but sometimes only the first 6 bytes are initialized. Signed-off-by: Dan Carpenter <dan.carpenter@oracle.com> Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org>