Re: [PATCH 06/46] selinux: Use kcalloc() in policydb_index()

2017-03-23 Thread Paul Moore
On Sun, Jan 15, 2017 at 10:03 AM, SF Markus Elfring wrote: > From: Markus Elfring > Date: Sat, 14 Jan 2017 13:08:59 +0100 > > Multiplications for the size determination of memory allocations > indicated that array data structures

Re: [PATCH 06/46] selinux: Use kcalloc() in policydb_index()

2017-03-23 Thread Paul Moore
On Sun, Jan 15, 2017 at 10:03 AM, SF Markus Elfring wrote: > From: Markus Elfring > Date: Sat, 14 Jan 2017 13:08:59 +0100 > > Multiplications for the size determination of memory allocations > indicated that array data structures should be processed. > Thus use the corresponding function

[PATCH 06/46] selinux: Use kcalloc() in policydb_index()

2017-01-15 Thread SF Markus Elfring
From: Markus Elfring Date: Sat, 14 Jan 2017 13:08:59 +0100 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

[PATCH 06/46] selinux: Use kcalloc() in policydb_index()

2017-01-15 Thread SF Markus Elfring
From: Markus Elfring Date: Sat, 14 Jan 2017 13:08:59 +0100 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.