]> git.baikalelectronics.ru Git - kernel.git/commit
act_bpf: Use kmemdup instead of duplicating it in tcf_bpf_init_from_ops
authorYueHaibing <yuehaibing@huawei.com>
Sat, 28 Jul 2018 10:38:06 +0000 (18:38 +0800)
committerDavid S. Miller <davem@davemloft.net>
Sun, 29 Jul 2018 20:20:16 +0000 (13:20 -0700)
commit513bec2ef495e0e011e82fbbfaa0f48153df505f
treec1ca5d85eedebab28a692756e04d128affe78d07
parent57fde6e7c094edac312e6d29a8c99d981d13fa57
act_bpf: Use kmemdup instead of duplicating it in tcf_bpf_init_from_ops

Replace calls to kmalloc followed by a memcpy with a direct call to
kmemdup.

Signed-off-by: YueHaibing <yuehaibing@huawei.com>
Acked-by: Daniel Borkmann <daniel@iogearbox.net>
Signed-off-by: David S. Miller <davem@davemloft.net>
net/sched/act_bpf.c