kernel-hacking-2024-linux-s.../drivers/block/xen-blkback
Jan Beulich 8e6dc6fe51 xen-blkback: use kzalloc() in favor of kmalloc()+memset()
This fixes the problem of three of those four memset()-s having
improper size arguments passed: Sizeof a pointer-typed expression
returns the size of the pointer, not that of the pointed to data.

It also reverts using kmalloc() instead of kzalloc() for the allocation
of the pending grant handles array, as that array gets fully
initialized in a subsequent loop.

Reported-by: Julia Lawall <julia@diku.dk>
Signed-off-by: Jan Beulich <jbeulich@novell.com>
Signed-off-by: Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
2011-10-13 09:48:34 -04:00
..
blkback.c xen-blkback: use kzalloc() in favor of kmalloc()+memset() 2011-10-13 09:48:34 -04:00
common.h xen-blkback: fixed indentation and comments 2011-10-13 09:48:33 -04:00
Makefile
xenbus.c xen-blkback: fixed indentation and comments 2011-10-13 09:48:33 -04:00