netfilter: nf_log: validate nf_logger_find_get()
authorPablo Neira Ayuso <pablo@netfilter.org>
Mon, 29 Jan 2024 19:24:25 +0000 (20:24 +0100)
committerFlorian Westphal <fw@strlen.de>
Wed, 21 Feb 2024 10:57:11 +0000 (11:57 +0100)
commitc47ec2b120b4a9d573e65baa33ff3f542f7ba273
tree5ca73a97f40b3e448f04fd5c8dd50699daf85521
parent79578be4d35c842a802487e2f31c2aed80cc005f
netfilter: nf_log: validate nf_logger_find_get()

Sanitize nf_logger_find_get() input parameters, no caller in the tree
passes invalid values.

Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org>
Signed-off-by: Florian Westphal <fw@strlen.de>
net/netfilter/nf_log.c