Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
selinux: Use kcalloc() in policydb_index()
Multiplications for the size determination of memory allocations indicated that array data structures should be processed. Thus use the corresponding function "kcalloc". 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>
- Loading branch information