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:
6e27c9b
)
netfilter: ipset: Check and reject crazy /0 input parameters
author
Jozsef Kadlecsik
<kadlec@blackhole.kfki.hu>
Tue, 4 Sep 2012 15:45:59 +0000
(17:45 +0200)
committer
Jozsef Kadlecsik
<kadlec@blackhole.kfki.hu>
Fri, 21 Sep 2012 19:51:34 +0000
(21:51 +0200)
bitmap:ip and bitmap:ip,mac type did not reject such a crazy range
when created and using such a set results in a kernel crash.
The hash types just silently ignored such parameters.
Reject invalid /0 input parameters explicitely.
Signed-off-by: Jozsef Kadlecsik <kadlec@blackhole.kfki.hu>
No differences found