PERFORCE change 41453 for review
Andrew Reisse
areisse at FreeBSD.org
Wed Nov 5 16:01:27 GMT 2003
http://perforce.freebsd.org/chv.cgi?CH=41453
Change 41453 by areisse at areisse_ibook on 2003/11/05 08:00:26
mac_get_link no longer frees memory that it shouldn't
Affected files ...
.. //depot/projects/trustedbsd/sedarwin/apsl/xnu/bsd/kern/kern_mac.c#24 edit
Differences ...
==== //depot/projects/trustedbsd/sedarwin/apsl/xnu/bsd/kern/kern_mac.c#24 (text+ko) ====
@@ -3842,7 +3842,6 @@
mac.m_buflen, M_WAITOK);
vput (nd.ni_vp);
- FREE_ZONE(nd.ni_cnd.cn_pnbuf, nd.ni_cnd.cn_pnlen, M_NAMEI);
mac_destroy_vnode_label(&intlabel);
if (error == 0)
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