PERFORCE change 41572 for review

Robert Watson rwatson at FreeBSD.org
Thu Nov 6 06:27:13 GMT 2003


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

Change 41572 by rwatson at rwatson_paprika on 2003/11/05 22:26:31

	Lost during merge: be sure to free pipe label storage back to zone.

Affected files ...

.. //depot/projects/trustedbsd/mac/sys/security/mac/mac_pipe.c#8 edit

Differences ...

==== //depot/projects/trustedbsd/mac/sys/security/mac/mac_pipe.c#8 (text+ko) ====

@@ -103,6 +103,7 @@
 {
 
 	MAC_PERFORM(destroy_pipe_label, label);
+	mac_labelzone_free(label);
 	MAC_DEBUG_COUNTER_DEC(&nmacpipes);
 }
 
To Unsubscribe: send mail to majordomo at trustedbsd.org
with "unsubscribe trustedbsd-cvs" in the body of the message



More information about the trustedbsd-cvs mailing list