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:
547b4e7
)
netfilter: ctnetlink: don't permit ct creation with random tuple
author
Florian Westphal
<fw@strlen.de>
Mon, 11 Feb 2013 23:22:38 +0000
(23:22 +0000)
committer
Pablo Neira Ayuso
<pablo@gnumonks.org>
Tue, 12 Feb 2013 22:18:15 +0000
(23:18 +0100)
Userspace can cause kernel panic by not specifying orig/reply
tuple: kernel will create a tuple with random stack values.
Problem is that tuple.dst.dir will be random, too, which
causes nf_ct_tuplehash_to_ctrack() to return garbage.
Signed-off-by: Florian Westphal <fw@strlen.de>
Signed-off-by: Pablo Neira Ayuso <pablo@gnumonks.org>
No differences found