From: Iulia Manda Date: Sat, 8 Mar 2014 16:05:36 +0000 (+0200) Subject: Staging:vt6656: Replace some kzalloc calls with kcalloc in iwctl.c X-Git-Tag: v3.15-rc1~139^2~492 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=879ea7d34e7d15a1aa6a1fe375b307ab02c37808;p=pandora-kernel.git Staging:vt6656: Replace some kzalloc calls with kcalloc in iwctl.c This replacement is justified by the fact that kcalloc could prevent integer overflow resulted from the multiplications used in kzalloc. The semantic patch that showed this suggestion is kzalloc.cocci Signed-off-by: Iulia Manda Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed