1
0
Fork 0
mirror of synced 2025-03-06 20:59:54 +01:00
linux/security/lockdown
Tanya Agarwal 714d87c90a 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 <tanyaagarwal25699@gmail.com>
[PM: edit/reformat the description, subject line]
Signed-off-by: Paul Moore <paul@paul-moore.com>
2025-01-05 12:48:43 -05:00
..
Kconfig lockdown: Enforce module signatures if the kernel is locked down 2019-08-19 21:54:15 -07:00
lockdown.c lockdown: initialize local array before use to quiet static analysis 2025-01-05 12:48:43 -05:00
Makefile security: Add a static lockdown policy LSM 2019-08-19 21:54:15 -07:00