Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 31 May 2003 06:14:16 -0700 (PDT)
From:      Robert Watson <rwatson@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 32165 for review
Message-ID:  <200305311314.h4VDEGh5089595@repoman.freebsd.org>

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

Change 32165 by rwatson@rwatson_tislabs on 2003/05/31 06:13:56

	Update an m_tag related comment: in the MAC context, it's
	not OK to drop the tags for mcopy.

Affected files ...

.. //depot/projects/trustedbsd/mac/sys/netinet/ip_input.c#33 edit

Differences ...

==== //depot/projects/trustedbsd/mac/sys/netinet/ip_input.c#33 (text+ko) ====

@@ -1789,6 +1789,9 @@
 		 * the deep copy of the tag chain failed), but for now
 		 * be conservative and just discard the copy since
 		 * code below may some day want the tags.
+		 *
+		 * XXXMAC: In the MAC context, it is not OK to drop
+		 * the mtags.
 		 */
 		m_free(mcopy);
 		mcopy = NULL;



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