Received: by mail.netbsd.org (Postfix, from userid 605) id 3B23D84ECF; Sat, 10 Mar 2018 17:48:34 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 4AB5984ECC for ; Sat, 10 Mar 2018 17:48:33 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([127.0.0.1]) by localhost (mail.netbsd.org [127.0.0.1]) (amavisd-new, port 10025) with ESMTP id mTF3xfgwvb_c for ; Sat, 10 Mar 2018 17:48:32 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id CB98084D31 for ; Sat, 10 Mar 2018 17:48:32 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 98244FB40; Sat, 10 Mar 2018 17:48:32 +0000 (UTC) Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" MIME-Version: 1.0 Date: Sat, 10 Mar 2018 17:48:32 +0000 From: "Maxime Villard" Subject: CVS commit: src/sys/netipsec To: source-changes@NetBSD.org X-Mailer: log_accum Message-Id: <20180310174832.98244FB40@cvs.NetBSD.org> Sender: source-changes-owner@NetBSD.org List-Id: source-changes.NetBSD.org Precedence: bulk Reply-To: source-changes-d@NetBSD.org Mail-Reply-To: "Maxime Villard" Mail-Followup-To: source-changes-d@NetBSD.org List-Unsubscribe: Module Name: src Committed By: maxv Date: Sat Mar 10 17:48:32 UTC 2018 Modified Files: src/sys/netipsec: xform_ipcomp.c Log Message: Fix the computation. Normally that's harmless since ip6_output recomputes ip6_plen. To generate a diff of this commit: cvs rdiff -u -r1.59 -r1.60 src/sys/netipsec/xform_ipcomp.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.