commit | 13aa5a8f498dacd5f1a8e35be72af47e630fb8c6 | [log] [tgz] |
---|---|---|
author | Pablo Neira Ayuso <pablo@netfilter.org> | Sun Feb 26 17:12:11 2017 +0100 |
committer | Pablo Neira Ayuso <pablo@netfilter.org> | Sun Feb 26 21:00:19 2017 +0100 |
tree | 938300072517e49fe707ce7d83c755811f30ad34 | |
parent | 4b86c459c7bee3acaf92f0e2b4c6ac803eaa1a58 [diff] |
netfilter: nft_set_bitmap: incorrect bitmap size priv->bitmap_size stores the real bitmap size, instead of the full struct nft_bitmap object. Fixes: 665153ff5752 ("netfilter: nf_tables: add bitmap set type") Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org>