X-Recipient: archive-cygwin@delorie.com
DomainKey-Signature: a=rsa-sha1; c=nofws; d=sourceware.org; h=list-id
	:list-unsubscribe:list-subscribe:list-archive:list-post
	:list-help:sender:date:from:to:subject:message-id:reply-to
	:references:mime-version:content-type:in-reply-to; q=dns; s=
	default; b=crWnt3NElqOl4z4T3DQt7epYs7BBzD2P2lq1R/K7BgwxEniDaCOD+
	FvSMsQ3oCTtbVJqzsSE3sxeIAknzW6+Ac/vRPfaUVAO6imzZnt2z/889+jO+B/mD
	DW7ZZQeqVzUCkRzlZkVExL1NS/ZC3ftX7NnllMMGuE3wxdckcVoMrQ=
DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=sourceware.org; h=list-id
	:list-unsubscribe:list-subscribe:list-archive:list-post
	:list-help:sender:date:from:to:subject:message-id:reply-to
	:references:mime-version:content-type:in-reply-to; s=default;
	 bh=YyqtoUetHltF2DZMbzZtbdT1yHU=; b=izS3HcpqKGGEnL/VhXsUfQ+UMvLf
	eZxY3/izJf+0YEZOUyc0Mdc3LI/ycdMuhnchEaTOpO1xnXw5Rq46fi3vQW9yoe38
	u1oQugRZmA+/t0AbtLv+th6hUi1NXNgHpa2ZJ8eXvp4m9Pi0Pqy4IMLSnsr7gx5s
	MVfSUkR/BtrG4bY=
Mailing-List: contact cygwin-help@cygwin.com; run by ezmlm
List-Id: <cygwin.cygwin.com>
List-Subscribe: <mailto:cygwin-subscribe@cygwin.com>
List-Archive: <http://sourceware.org/ml/cygwin/>
List-Post: <mailto:cygwin@cygwin.com>
List-Help: <mailto:cygwin-help@cygwin.com>, <http://sourceware.org/ml/#faqs>
Sender: cygwin-owner@cygwin.com
Mail-Followup-To: cygwin@cygwin.com
Delivered-To: mailing list cygwin@cygwin.com
Authentication-Results: sourceware.org; auth=none
X-Virus-Found: No
X-Spam-SWARE-Status: No, score=-1.8 required=5.0 tests=AWL,BAYES_00,RCVD_IN_DNSWL_NONE autolearn=ham version=3.3.2
X-HELO: mho-02-ewr.mailhop.org
X-Mail-Handler: Dyn Standard SMTP by Dyn
X-Report-Abuse-To: abuse@dyndns.com (see http://www.dyndns.com/services/sendlabs/outbound_abuse.html for abuse reporting information)
X-MHO-User: U2FsdGVkX18JMqBYpPRa0+KgMCdIbAL6
Date: Sat, 18 Jan 2014 18:09:10 -0500
From: Christopher Faylor <cgf-use-the-mailinglist-please@cygwin.com>
To: cygwin@cygwin.com
Subject: Re: Bug: "grep -P" crash when grepping a file containing a byte 0xF5
Message-ID: <20140118230910.GA8016@ednor.casa.cgf.cx>
Reply-To: cygwin@cygwin.com
Mail-Followup-To: cygwin@cygwin.com
References: <52DAF3CA.2060307@newsguy.com>
MIME-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline
In-Reply-To: <52DAF3CA.2060307@newsguy.com>
User-Agent: Mutt/1.5.20 (2009-06-14)

On Sat, Jan 18, 2014 at 04:36:10PM -0500, Bill Meier wrote:
>Hi:
>
>I recently noticed that cygwin 'grep -P' crashes when grepping over a 
>file which contains a byte 0xF5.
>
>
>
>$ od -t x1 tfx.txt
>0000000 f5
>0000001
>
>$ grep -P "a" tfx.txt
>Aborted (core dumped)
>
>$ grep -E "a" tfx.txt
>
>$

This seems to be fixed in the just-released version of grep soon making
its way to a mirror near you.

cgf

--
Problem reports:       http://cygwin.com/problems.html
FAQ:                   http://cygwin.com/faq/
Documentation:         http://cygwin.com/docs.html
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple

