PERFORCE change 32165 for review
Robert Watson
rwatson at FreeBSD.org
Sat May 31 06:14:18 PDT 2003
http://perforce.freebsd.org/chv.cgi?CH=32165
Change 32165 by rwatson at 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;
More information about the p4-projects
mailing list