From 3f2ed86bef3b4682dbecbeef935e64ea42a0c06d Mon Sep 17 00:00:00 2001 From: Dominic Reynolds Date: Sun, 29 Jul 2007 02:18:29 +0000 Subject: [PATCH] Don't process events for profiles that no longer exist. --- utils/SubDomain.pm | 2 ++ 1 file changed, 2 insertions(+) diff --git a/utils/SubDomain.pm b/utils/SubDomain.pm index cf63273d9..ee0673948 100755 --- a/utils/SubDomain.pm +++ b/utils/SubDomain.pm @@ -1782,6 +1782,8 @@ sub add_audit_event_to_tree ( $$ ) { # consistently passed my $prog = "HINT"; + return if ( !profile_exists($profile) ); + if ($e->{operation} eq "exec") { add_to_tree( $e->{pid}, "exec",