You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The variable name "prop" is inadvertently used twice in
ima_match_rules(), resulting in incorrect use of the local
variable when the function parameter should have been.
Rename the local variable and correct the use of the parameter.
Suggested-by: Roberto Sassu <[email protected]>
Signed-off-by: Casey Schaufler <[email protected]>
Acked-by: Roberto Sassu <[email protected]>
[PM: subj tweak, Roberto's ACK]
Signed-off-by: Paul Moore <[email protected]>
0 commit comments