Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 82037
b: refs/heads/master
c: 148b38d
h: refs/heads/master
i:
  82035: e404e10
v: v3
  • Loading branch information
Richard Knutsson authored and Al Viro committed Feb 1, 2008
1 parent bf55114 commit d1cd3af
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: ef00be0554f1af9f2b685e0e3bb9e2ec0181937e
refs/heads/master: 148b38dc9309044c8656aa36d5fd86069e2ea7cc
1 change: 1 addition & 0 deletions trunk/kernel/audit.c
Original file line number Diff line number Diff line change
Expand Up @@ -1151,6 +1151,7 @@ static void audit_log_vformat(struct audit_buffer *ab, const char *fmt,
goto out;
len = vsnprintf(skb_tail_pointer(skb), avail, fmt, args2);
}
va_end(args2);
if (len > 0)
skb_put(skb, len);
out:
Expand Down

0 comments on commit d1cd3af

Please sign in to comment.