From owner-cvs-src@FreeBSD.ORG Fri Jun 15 22:23:34 2007 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 8E80A16A477; Fri, 15 Jun 2007 22:23:34 +0000 (UTC) (envelope-from bz@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id 572EE13C487; Fri, 15 Jun 2007 22:23:34 +0000 (UTC) (envelope-from bz@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.8/8.13.8) with ESMTP id l5FMNYR0056980; Fri, 15 Jun 2007 22:23:34 GMT (envelope-from bz@repoman.freebsd.org) Received: (from bz@localhost) by repoman.freebsd.org (8.13.8/8.13.8/Submit) id l5FMNYnn056979; Fri, 15 Jun 2007 22:23:34 GMT (envelope-from bz) Message-Id: <200706152223.l5FMNYnn056979@repoman.freebsd.org> From: "Bjoern A. Zeeb" Date: Fri, 15 Jun 2007 22:23:34 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/netipsec ipsec_input.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 15 Jun 2007 22:23:34 -0000 bz 2007-06-15 22:23:34 UTC FreeBSD src repository Modified files: sys/netipsec ipsec_input.c Log: Looking at {ah,esp}_input_cb it seems we might be able to end up without an mtag in ipsec4_common_input_cb. So in case of !IPCOMP (AH,ESP) only change the m_tag_id if an mtag was passed to ipsec4_common_input_cb. Found with: Coverity Prevent(tm) CID: 2523 Revision Changes Path 1.17 +1 -1 src/sys/netipsec/ipsec_input.c