Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 581
b: refs/heads/master
c: 81b7854
h: refs/heads/master
i:
  579: 260cbef
v: v3
  • Loading branch information
Andrew Morton authored and unknown committed Apr 29, 2005
1 parent 567cb66 commit 7209851
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 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: 83c7d09173fdb6b06b109e65895392db3e49ac9c
refs/heads/master: 81b7854d52d35ed2353dd47033ae630d18322a2d
2 changes: 1 addition & 1 deletion trunk/kernel/audit.c
Original file line number Diff line number Diff line change
Expand Up @@ -730,7 +730,7 @@ void audit_log_hex(struct audit_buffer *ab, const unsigned char *buf, size_t len

void audit_log_untrustedstring(struct audit_buffer *ab, const char *string)
{
const char *p = string;
const unsigned char *p = string;

while (*p) {
if (*p == '"' || *p == ' ' || *p < 0x20 || *p > 0x7f) {
Expand Down

0 comments on commit 7209851

Please sign in to comment.