Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 107258
b: refs/heads/master
c: 1d6c964
h: refs/heads/master
v: v3
  • Loading branch information
Vesa-Matti J Kari authored and Al Viro committed Aug 1, 2008
1 parent 8c1ea87 commit 9c9e255
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: ee1d315663ee0b494898f813a266d6244b263b4f
refs/heads/master: 1d6c9649e236caa2e93e3647256216e57172b011
2 changes: 1 addition & 1 deletion trunk/kernel/audit.c
Original file line number Diff line number Diff line change
Expand Up @@ -1366,7 +1366,7 @@ int audit_string_contains_control(const char *string, size_t len)
{
const unsigned char *p;
for (p = string; p < (const unsigned char *)string + len && *p; p++) {
if (*p == '"' || *p < 0x21 || *p > 0x7f)
if (*p == '"' || *p < 0x21 || *p > 0x7e)
return 1;
}
return 0;
Expand Down

0 comments on commit 9c9e255

Please sign in to comment.