Skip to content
Commit 265c3207 authored by Jules Irenge's avatar Jules Irenge Committed by Paul Moore
Browse files

audit: uninitialize variable audit_sig_sid



Checkpatch tool reports

"ERROR: do not initialise globals/statics to 0"

To fix this, audit_sig_sid is uninitialized
As this is stored in the .bss section,
the compiler can initialize the variable automatically.

Signed-off-by: default avatarJules Irenge <jbi.octave@gmail.com>
Signed-off-by: default avatarPaul Moore <paul@paul-moore.com>
parent 6b87024f
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment