commit | b38895c5773b00977ca6beff8ebbd2e3f55f1f84 | [log] [tgz] |
---|---|---|
author | Pablo Neira Ayuso <pablo@netfilter.org> | Thu Jan 09 20:03:55 2014 +0100 |
committer | Pablo Neira Ayuso <pablo@netfilter.org> | Thu Jan 09 20:04:16 2014 +0100 |
tree | 1e37bac72abf29ab1a3a14c427c3610939438876 | |
parent | c4ede3d3821a732120fd671846c2606a1eb4e8b3 [diff] |
netfilter: nft_meta: fix lack of validation of the input register We have to validate that the input register is in the range of allowed registers, otherwise we can take a incorrect register value as input that may lead us to a crash. Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org>