mirror of
https://github.com/ukui/kernel.git
synced 2026-03-09 10:07:04 -07:00
netfilter: nfnetlink_hook: strip off module name from hookfn
NFNLA_HOOK_FUNCTION_NAME should include the hook function name only,
the module name is already provided by NFNLA_HOOK_MODULE_NAME.
Fixes: e2cf17d377 ("netfilter: add new hook nfnl subsystem")
Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org>
This commit is contained in:
@@ -135,6 +135,7 @@ static int nfnl_hook_dump_one(struct sk_buff *nlskb,
|
||||
if (module_name) {
|
||||
char *end;
|
||||
|
||||
*module_name = '\0';
|
||||
module_name += 2;
|
||||
end = strchr(module_name, ']');
|
||||
if (end) {
|
||||
|
||||
Reference in New Issue
Block a user