From: Eric Paris Date: Thu, 11 Jun 2009 18:31:33 +0000 (-0400) Subject: Audit: fix audit watch use after free X-Git-Tag: v2.6.31-rc1~10^2~9 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=35aa901c0b66cb3c2eeee23f13624014825a44a8;p=pandora-kernel.git Audit: fix audit watch use after free When an audit watch is added to a parent the temporary watch inside the original krule from userspace is freed. Yet the original watch is used after the real watch was created in audit_add_rules() Signed-off-by: Eric Paris --- Reading git-diff-tree failed