bug-grep
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#16895: [PATCH] grep: fix multiple bugs with bracket expressions


From: Paul Eggert
Subject: bug#16895: [PATCH] grep: fix multiple bugs with bracket expressions
Date: Thu, 27 Feb 2014 09:34:33 -0800
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:24.0) Gecko/20100101 Thunderbird/24.3.0

Tags: patch done

I'm afraid there are several problems in the dfa code. I still don't have a handle on all of them, but here's my first patch to deal with the first major one I found. Patterns like [a-[.z.]], which caused 'grep' to dump core until recently, still aren't being handled correctly, and there are several closely related bugs here. I've taken the liberty of pushing the attached patch.

Attachment: 0001-grep-fix-multiple-bugs-with-bracket-expressions.patch
Description: Text Data


reply via email to

[Prev in Thread] Current Thread [Next in Thread]