Home
last modified time | relevance | path

Searched hist:"5794 ed76" (Results 1 – 1 of 1) sorted by relevance

/openbmc/linux/security/selinux/ss/
H A Dhashtab.c5794ed76 Sat Oct 14 10:38:56 CDT 2017 Colin Ian King <colin.king@canonical.com> selinux: remove extraneous initialization of slots_used and max_chain_len

Variables slots_used and max_chain_len are being initialized to zero
twice. Remove the second set of initializations in the for loop.
Cleans up the clang warnings:

Value stored to 'slots_used' is never read
Value stored to 'max_chain_len' is never read

Signed-off-by: Colin Ian King <colin.king@canonical.com>
Signed-off-by: Paul Moore <paul@paul-moore.com>
5794ed76 Sat Oct 14 10:38:56 CDT 2017 Colin Ian King <colin.king@canonical.com> selinux: remove extraneous initialization of slots_used and max_chain_len

Variables slots_used and max_chain_len are being initialized to zero
twice. Remove the second set of initializations in the for loop.
Cleans up the clang warnings:

Value stored to 'slots_used' is never read
Value stored to 'max_chain_len' is never read

Signed-off-by: Colin Ian King <colin.king@canonical.com>
Signed-off-by: Paul Moore <paul@paul-moore.com>