commit | 2196937e12b1b4ba139806d132647e1651d655df | [log] [tgz] |
---|---|---|
author | Dan Carpenter <dan.carpenter@oracle.com> | Mon Nov 10 17:11:21 2014 +0100 |
committer | Pablo Neira Ayuso <pablo@netfilter.org> | Tue Nov 11 13:46:37 2014 +0100 |
tree | 12561833de32e924c618449393fe0a4dc186af0a | |
parent | 6b96686ecffcbea85dcb502e4584e4a20a2bfb29 [diff] |
netfilter: ipset: small potential read beyond the end of buffer We could be reading 8 bytes into a 4 byte buffer here. It seems harmless but adding a check is the right thing to do and it silences a static checker warning. Signed-off-by: Dan Carpenter <dan.carpenter@oracle.com> Acked-by: Jozsef Kadlecsik <kadlec@blackhole.kfki.hu> Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org>