This is the mail archive of the cygwin mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Bug: "grep -P" crash when grepping a file containing a byte 0xF5


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

$

Attachment: cygcheck.out
Description: Text document

--
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

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]