Skip to content
Commit 714d87c9 authored by Tanya Agarwal's avatar Tanya Agarwal Committed by Paul Moore
Browse files

lockdown: initialize local array before use to quiet static analysis



The static code analysis tool "Coverity Scan" pointed the following
details out for further development considerations:

  CID 1486102: Uninitialized scalar variable (UNINIT)
  uninit_use_in_call: Using uninitialized value *temp when calling
                      strlen.

Signed-off-by: default avatarTanya Agarwal <tanyaagarwal25699@gmail.com>
[PM: edit/reformat the description, subject line]
Signed-off-by: default avatarPaul Moore <paul@paul-moore.com>
parent f09ff307
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment