]> git.ipfire.org Git - thirdparty/linux.git/commit
xen: use struct_size() helper in kzalloc()
authorAndrea Righi <andrea.righi@canonical.com>
Wed, 3 Apr 2019 05:26:36 +0000 (07:26 +0200)
committerJuergen Gross <jgross@suse.com>
Fri, 5 Apr 2019 06:42:41 +0000 (08:42 +0200)
commitad94dc3a7eb5fa6ff469dbcf401c44b14ad50595
tree04c7feffd21b0a2ecfdcb23b0293a8d44019c8ea
parent0266def913771e718fd0c998eecb072e0685e2c9
xen: use struct_size() helper in kzalloc()

struct privcmd_buf_vma_private has a zero-sized array at the end
(pages), use the new struct_size() helper to determine the proper
allocation size and avoid potential type mistakes.

Signed-off-by: Andrea Righi <andrea.righi@canonical.com>
Reviewed-by: Juergen Gross <jgross@suse.com>
Signed-off-by: Juergen Gross <jgross@suse.com>
drivers/xen/privcmd-buf.c