Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 12 Aug 2009 18:42:15 GMT
From:      Ilias Marinos <marinosi@FreeBSD.org>
To:        Perforce Change Reviews <perforce@FreeBSD.org>
Subject:   PERFORCE change 167255 for review
Message-ID:  <200908121842.n7CIgFFp034542@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
http://perforce.freebsd.org/chv.cgi?CH=167255

Change 167255 by marinosi@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)



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200908121842.n7CIgFFp034542>