selinux: Use kmalloc_array() in hashtab_create()
authorMarkus Elfring <elfring@users.sourceforge.net>
Sat, 14 Jan 2017 11:06:13 +0000 (12:06 +0100)
committerPaul Moore <paul@paul-moore.com>
Thu, 23 Mar 2017 20:31:20 +0000 (16:31 -0400)
commit2f00e680fe25d8d2758879b772d54cb46a78b59d
tree399ea4b9b1dfb9ea74471ffe1d5c652c948e07fa
parentfb13a312daa11005b0230695a1d6a0b4e2b27069
selinux: Use kmalloc_array() in hashtab_create()

A multiplication for the size determination of a memory allocation
indicated that an array data structure should be processed.
Thus use the corresponding function "kmalloc_array".

This issue was detected by using the Coccinelle software.

Signed-off-by: Markus Elfring <elfring@users.sourceforge.net>
Signed-off-by: Paul Moore <paul@paul-moore.com>
security/selinux/ss/hashtab.c