Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 2216
b: refs/heads/master
c: 99e45ee
h: refs/heads/master
v: v3
  • Loading branch information
David Woodhouse committed May 23, 2005
1 parent 836755f commit 79853bd
Show file tree
Hide file tree
Showing 2 changed files with 3 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: bccf6ae083318ea08094d6ab185fdf7c49906b3a
refs/heads/master: 99e45eeac867d51ff3395dcf3d7aedf5ac2812c8
3 changes: 2 additions & 1 deletion trunk/kernel/auditsc.c
Original file line number Diff line number Diff line change
Expand Up @@ -650,7 +650,8 @@ static void audit_log_task_info(struct audit_buffer *ab)
struct vm_area_struct *vma;

get_task_comm(name, current);
audit_log_format(ab, " comm=%s", name);
audit_log_format(ab, " comm=");
audit_log_untrustedstring(ab, name);

if (!mm)
return;
Expand Down

0 comments on commit 79853bd

Please sign in to comment.