PERFORCE change 167255 for review

Ilias Marinos marinosi at FreeBSD.org
Wed Aug 12 18:42:17 UTC 2009


http://perforce.freebsd.org/chv.cgi?CH=167255

Change 167255 by marinosi at marinosi_redrum on 2009/08/12 18:42:11

	Bug fix. auditon_slice() was returning with an exclusive lock held, which
	was causing a panic.

Affected files ...

.. //depot/projects/soc2009/marinosi_appaudit/src/sys/security/audit/audit.c#19 edit

Differences ...

==== //depot/projects/soc2009/marinosi_appaudit/src/sys/security/audit/audit.c#19 (text) ====

@@ -961,6 +961,7 @@
 			return (cur);
 		}
 	}
+	AUDIT_SLICES_UNLOCK();
 
 	/*
 	 * On failure.(slice not found)


More information about the p4-projects mailing list