Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id 8621A200C02 for ; Fri, 20 Jan 2017 11:53:13 +0100 (CET) Received: by cust-asf.ponee.io (Postfix) id 84ADD160B48; Fri, 20 Jan 2017 10:53:13 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id CD93A160B39 for ; Fri, 20 Jan 2017 11:53:12 +0100 (CET) Received: (qmail 58463 invoked by uid 500); 20 Jan 2017 10:53:12 -0000 Mailing-List: contact users-help@subversion.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Delivered-To: mailing list users@subversion.apache.org Received: (qmail 58453 invoked by uid 99); 20 Jan 2017 10:53:11 -0000 Received: from pnap-us-west-generic-nat.apache.org (HELO spamd3-us-west.apache.org) (209.188.14.142) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 20 Jan 2017 10:53:11 +0000 Received: from localhost (localhost [127.0.0.1]) by spamd3-us-west.apache.org (ASF Mail Server at spamd3-us-west.apache.org) with ESMTP id 419A818C36E for ; Fri, 20 Jan 2017 10:53:11 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd3-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: -0.699 X-Spam-Level: X-Spam-Status: No, score=-0.699 tagged_above=-999 required=6.31 tests=[RCVD_IN_DNSWL_LOW=-0.7, UNPARSEABLE_RELAY=0.001] autolearn=disabled Received: from mx1-lw-us.apache.org ([10.40.0.8]) by localhost (spamd3-us-west.apache.org [10.40.0.10]) (amavisd-new, port 10024) with ESMTP id nvUAKGC-Tz0T for ; Fri, 20 Jan 2017 10:53:09 +0000 (UTC) Received: from einhorn.in-berlin.de (einhorn.in-berlin.de [192.109.42.8]) by mx1-lw-us.apache.org (ASF Mail Server at mx1-lw-us.apache.org) with ESMTPS id 20A005F367 for ; Fri, 20 Jan 2017 10:53:08 +0000 (UTC) X-Envelope-From: stsp@elego.de Received: from jim.stsp.name (jim.stsp.name [217.197.84.42]) (authenticated bits=0) by einhorn.in-berlin.de (8.14.4/8.14.4/Debian-8+deb8u1) with ESMTP id v0KAr00b024671 (version=TLSv1/SSLv3 cipher=ECDHE-RSA-AES256-GCM-SHA384 bits=256 verify=NOT); Fri, 20 Jan 2017 11:53:01 +0100 Received: from localhost (jim.stsp.name [local]) by jim.stsp.name (OpenSMTPD) with ESMTPA id b84ead95; Fri, 20 Jan 2017 11:53:00 +0100 (CET) Date: Fri, 20 Jan 2017 11:53:00 +0100 From: Stefan Sperling To: Frank Rast Cc: "users@subversion.apache.org" Subject: Re: Subversion segfaults when a leading space character is used in a configuration file Message-ID: <20170120105300.sfyzyinjorkaegdi@jim.stsp.name> Mail-Followup-To: Frank Rast , "users@subversion.apache.org" References: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: NeoMutt/20161126 (1.7.1) archived-at: Fri, 20 Jan 2017 10:53:13 -0000 On Fri, Jan 20, 2017 at 10:56:50AM +0100, Frank Rast wrote: > I would like to report an issue with not well formed configuration files. > > Subversion segfaults when a leading space character is used in a > configuration file. > > As far as I can tell this is true for all versions of the Subversion library > on MS Windows. > > > > Example: > > [global] > > *space character*http-proxy-host = defaultproxy.whatever.com This is already fixed in Subversion 1.9 which prints an error message instead of segfaulting. Please upgrade.