]> git.proxmox.com Git - mirror_ubuntu-zesty-kernel.git/commit
netfilter: ipset: Use kmalloc() in comment extension helper
authorJozsef Kadlecsik <kadlec@blackhole.kfki.hu>
Wed, 6 May 2015 05:27:28 +0000 (07:27 +0200)
committerJozsef Kadlecsik <kadlec@blackhole.kfki.hu>
Thu, 10 Nov 2016 12:28:43 +0000 (13:28 +0100)
commit1d0d6bd61d495d271b9774a15fbea93e4875474b
treee21096b00a5ecb67fcb2c625197deec7f2d6991c
parentbec810d973003b30bc477146904af6bd93fd2df8
netfilter: ipset: Use kmalloc() in comment extension helper

Allocate memory with kmalloc() rather than kzalloc(): the string
is immediately initialized so it is unnecessary to zero out
the allocated memory area.

Ported from a patch proposed by Sergey Popovich <popovich_sergei@mail.ua>.

Suggested-by: Sergey Popovich <popovich_sergei@mail.ua>
Signed-off-by: Jozsef Kadlecsik <kadlec@blackhole.kfki.hu>
include/linux/netfilter/ipset/ip_set_comment.h