Home
last modified time | relevance | path

Searched hist:"2 f00e680" (Results 1 – 1 of 1) sorted by relevance

/openbmc/linux/security/selinux/ss/
H A Dhashtab.c2f00e680 Sat Jan 14 05:06:13 CST 2017 Markus Elfring <elfring@users.sourceforge.net> 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>
2f00e680 Sat Jan 14 05:06:13 CST 2017 Markus Elfring <elfring@users.sourceforge.net> 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>