Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 2197
b: refs/heads/master
c: 9ea74f0
h: refs/heads/master
i:
  2195: 6cc3500
v: v3
  • Loading branch information
David Woodhouse committed May 13, 2005
1 parent 63ba75a commit db69d4c
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: add671412021b68c3b4f2882b0d10a56e2dcdabe
refs/heads/master: 9ea74f0655412d0fbd12bf9adb6c14c8fe707a42
2 changes: 1 addition & 1 deletion trunk/kernel/audit.c
Original file line number Diff line number Diff line change
Expand Up @@ -670,7 +670,7 @@ static void audit_log_vformat(struct audit_buffer *ab, const char *fmt,
/* The printk buffer is 1024 bytes long, so if we get
* here and AUDIT_BUFSIZ is at least 1024, then we can
* log everything that printk could have logged. */
avail = audit_expand(ab, 1+len-avail);
avail = audit_expand(ab, max_t(AUDIT_BUFSIZ, 1+len-avail));
if (!avail)
goto out;
len = vsnprintf(skb->tail, avail, fmt, args2);
Expand Down

0 comments on commit db69d4c

Please sign in to comment.