git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a206bcb
)
netfilter: nfnetlink_{log,queue}: fix information leaks in netlink message
author
Dan Carpenter
<dan.carpenter@oracle.com>
Thu, 1 Aug 2013 09:36:57 +0000
(12:36 +0300)
committer
Pablo Neira Ayuso
<pablo@netfilter.org>
Mon, 5 Aug 2013 15:36:04 +0000
(17:36 +0200)
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>
No differences found