Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 87897
b: refs/heads/master
c: f706d5d
h: refs/heads/master
i:
  87895: 4218c84
v: v3
  • Loading branch information
Dave Jones authored and Linus Torvalds committed Mar 28, 2008
1 parent 8a98dc6 commit 0e5e7b0
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 5214b729e1c2dc3af8f55e6c4c548844c3bea0f5
refs/heads/master: f706d5d22c35e18ed13a4b2b4991aac75bf39df5
6 changes: 3 additions & 3 deletions trunk/kernel/audit.c
Original file line number Diff line number Diff line change
Expand Up @@ -1269,8 +1269,8 @@ static void audit_log_n_string(struct audit_buffer *ab, size_t slen,

/**
* audit_string_contains_control - does a string need to be logged in hex
* @string - string to be checked
* @len - max length of the string to check
* @string: string to be checked
* @len: max length of the string to check
*/
int audit_string_contains_control(const char *string, size_t len)
{
Expand All @@ -1285,7 +1285,7 @@ int audit_string_contains_control(const char *string, size_t len)
/**
* audit_log_n_untrustedstring - log a string that may contain random characters
* @ab: audit_buffer
* @len: lenth of string (not including trailing null)
* @len: length of string (not including trailing null)
* @string: string to be logged
*
* This code will escape a string that is passed to it if the string
Expand Down

0 comments on commit 0e5e7b0

Please sign in to comment.