From owner-p4-projects@FreeBSD.ORG Sat May 31 06:14:18 2003 Return-Path: Delivered-To: p4-projects@freebsd.org Received: by hub.freebsd.org (Postfix, from userid 32767) id C783437B404; Sat, 31 May 2003 06:14:17 -0700 (PDT) Delivered-To: perforce@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 615D737B401 for ; Sat, 31 May 2003 06:14:17 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0613643FA3 for ; Sat, 31 May 2003 06:14:17 -0700 (PDT) (envelope-from bb+lists.freebsd.perforce@cyrus.watson.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h4VDEG0U089598 for ; Sat, 31 May 2003 06:14:16 -0700 (PDT) (envelope-from bb+lists.freebsd.perforce@cyrus.watson.org) Received: (from perforce@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h4VDEGh5089595 for perforce@freebsd.org; Sat, 31 May 2003 06:14:16 -0700 (PDT) Date: Sat, 31 May 2003 06:14:16 -0700 (PDT) Message-Id: <200305311314.h4VDEGh5089595@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: perforce set sender to bb+lists.freebsd.perforce@cyrus.watson.org using -f From: Robert Watson To: Perforce Change Reviews Subject: PERFORCE change 32165 for review X-BeenThere: p4-projects@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: p4 projects tree changes List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 31 May 2003 13:14:18 -0000 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;