mirror of
https://github.com/ukui/kernel.git
synced 2026-03-09 10:07:04 -07:00
6c6f9f31ec
Since commit6e1acfa387("netfilter: nf_tables: validate registers coming from userspace.") nft_parse_register can return a negative value, but the function prototype is still returning an unsigned int. Fixes:6e1acfa387("netfilter: nf_tables: validate registers coming from userspace.") Signed-off-by: Antoine Tenart <atenart@kernel.org> Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org>