Received: from mail.netbsd.org (mail.netbsd.org [204.152.190.11]) by www.NetBSD.org (Postfix) with ESMTP id 097E563B95F for ; Tue, 30 Nov 2010 08:50:23 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id A7BA619D4D2; Tue, 30 Nov 2010 08:50:22 +0000 (UTC) Received: from cvs.netbsd.org (cvs.NetBSD.org [IPv6:2001:4f8:3:7:2e0:81ff:fe30:95bd]) by mail.netbsd.org (Postfix) with ESMTP id BD93119D590 for ; Tue, 30 Nov 2010 08:50:17 +0000 (UTC) Received: by cvs.netbsd.org (Postfix, from userid 500) id ADEEE175DD; Tue, 30 Nov 2010 08:50:17 +0000 (UTC) MIME-Version: 1.0 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Date: Tue, 30 Nov 2010 08:50:17 +0000 From: "Adam Ciarcinski" Subject: CVS commit: pkgsrc/net/openvpn To: pkgsrc-changes@NetBSD.org Reply-To: adam@netbsd.org X-Mailer: log_accum Message-Id: <20101130085017.ADEEE175DD@cvs.netbsd.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk Module Name: pkgsrc Committed By: adam Date: Tue Nov 30 08:50:17 UTC 2010 Modified Files: pkgsrc/net/openvpn: Makefile distinfo pkgsrc/net/openvpn/patches: patch-aa patch-ab patch-ac patch-ad patch-ae patch-af patch-ag Removed Files: pkgsrc/net/openvpn/patches: patch-ah Log Message: Changes 2.1.4: * Fix problem with special case route targets ('remote_host') The init_route() function will leave &netlist untouched for get_special_addr() routes ("remote_host" being one of them). netlist is on stack, contains random garbage, and netlist.len will not be 0 - thus, random stack data is copied from netlist.data[] until the route_list is full. To generate a diff of this commit: cvs rdiff -u -r1.38 -r1.39 pkgsrc/net/openvpn/Makefile cvs rdiff -u -r1.21 -r1.22 pkgsrc/net/openvpn/distinfo cvs rdiff -u -r1.4 -r1.5 pkgsrc/net/openvpn/patches/patch-aa \ pkgsrc/net/openvpn/patches/patch-af cvs rdiff -u -r1.5 -r1.6 pkgsrc/net/openvpn/patches/patch-ab cvs rdiff -u -r1.7 -r1.8 pkgsrc/net/openvpn/patches/patch-ac cvs rdiff -u -r1.2 -r1.3 pkgsrc/net/openvpn/patches/patch-ad cvs rdiff -u -r1.3 -r1.4 pkgsrc/net/openvpn/patches/patch-ae cvs rdiff -u -r1.1 -r1.2 pkgsrc/net/openvpn/patches/patch-ag cvs rdiff -u -r1.2 -r0 pkgsrc/net/openvpn/patches/patch-ah Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.