Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 5 Nov 2003 08:01:27 -0800 (PST)
From:      Andrew Reisse <areisse@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 41453 for review
Message-ID:  <200311051601.hA5G1RlA006770@repoman.freebsd.org>

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

Change 41453 by areisse@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)



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