diff options
author | Dan Carpenter <[email protected]> | 2012-03-06 13:32:16 +0000 |
---|---|---|
committer | James Morris <[email protected]> | 2012-03-07 11:12:06 +1100 |
commit | f67dabbdde1fe112dfff05d02890f1e0d54117a8 (patch) | |
tree | 5cf73d686d39df4e9986194ff64e98fdcdd4e444 /tools/perf/scripts/python/check-perf-trace.py | |
parent | df91e49477a9be15921cb2854e1d12a3bdb5e425 (diff) |
KEYS: testing wrong bit for KEY_FLAG_REVOKED
The test for "if (cred->request_key_auth->flags & KEY_FLAG_REVOKED) {"
should actually testing that the (1 << KEY_FLAG_REVOKED) bit is set.
The current code actually checks for KEY_FLAG_DEAD.
Signed-off-by: Dan Carpenter <[email protected]>
Signed-off-by: David Howells <[email protected]>
Signed-off-by: James Morris <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/check-perf-trace.py')
0 files changed, 0 insertions, 0 deletions