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:
b357a36
)
netfilter: nf_tables: fix wrong length for jump/goto verdicts
author
Florian Westphal
<fw@strlen.de>
Tue, 14 Apr 2015 14:44:14 +0000
(16:44 +0200)
committer
Pablo Neira Ayuso
<pablo@netfilter.org>
Fri, 24 Apr 2015 18:51:23 +0000
(20:51 +0200)
NFT_JUMP/GOTO erronously sets length to sizeof(void *).
We then allocate insufficient memory when such element is added to a vmap.
Suggested-by: Patrick McHardy <kaber@trash.net>
Signed-off-by: Florian Westphal <fw@strlen.de>
Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org>
net/netfilter/nf_tables_api.c
patch
|
blob
|
history
diff --cc
net/netfilter/nf_tables_api.c
Simple merge