git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c0641f2
)
[AUDIT] do not panic on exclude messages in audit_log_pid_context()
author
Eric Paris
<eparis@redhat.com>
Mon, 7 Jan 2008 19:01:18 +0000
(14:01 -0500)
committer
Al Viro
<viro@zeniv.linux.org.uk>
Fri, 1 Feb 2008 19:07:46 +0000
(14:07 -0500)
If we fail to get an ab in audit_log_pid_context this may be due to an exclude
rule rather than a memory allocation failure. If it was due to a memory
allocation failue we would have already paniced and no need to do it again.
Signed-off-by: Eric Paris <eparis@redhat.com>
No differences found