]> asedeno.scripts.mit.edu Git - linux.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)
commit3f6bcc5162a1ba4e99e867364919168c1d821308
treec1ca5d85eedebab28a692756e04d128affe78d07
parentf9562fa4a5750d097f4468c0a7fc9a4e0d2dfdc3
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