PERFORCE change 41453 for review
    Andrew Reisse 
    areisse at FreeBSD.org
       
    Wed Nov  5 08:01:32 PST 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)
    
    
More information about the p4-projects
mailing list