PERFORCE change 41572 for review
Robert Watson
rwatson at FreeBSD.org
Wed Nov 5 22:27:15 PST 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);
}
More information about the p4-projects
mailing list