Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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: Tanya Agarwal <[email protected]> [PM: edit/reformat the description, subject line] Signed-off-by: Paul Moore <[email protected]>
- Loading branch information