bug-findutils
[Top][All Lists]
Advanced

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

[bug #18310] regex coredump in 4.3.1


From: Eric Blake
Subject: [bug #18310] regex coredump in 4.3.1
Date: Wed, 15 Nov 2006 18:41:15 +0000
User-agent: Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0; .NET CLR 1.1.4322; .NET CLR 2.0.50727; InfoPath.1)

URL:
  <http://savannah.gnu.org/bugs/?18310>

                 Summary: regex coredump in 4.3.1
                 Project: findutils
            Submitted by: ericb
            Submitted on: Wednesday 11/15/2006 at 11:41
                Category: find
                Severity: 5 - Blocker
              Item Group: Wrong result
                  Status: None
                 Privacy: Public
             Assigned to: None
         Originator Name: Eric Blake
        Originator Email: address@hidden
             Open/Closed: Open
                 Release: 4.3.1
           Fixed Release: None

    _______________________________________________________

Details:

Because findutils-4.3.1 pulled from gnulib on Mar 31 2006, it is missing
several bug fixes that have been folded in since then.  For example:

$ find --version
GNU find version 4.3.1
Features enabled: O_NOFOLLOW(enabled) LEAF_OPTIMISATION FTS CBO(level=0) 
$ find -type f -regex '.*[.]txt'
Segmentation fault (core dumped)

Contrasted with a fresh CVS build, using up-to-date gnulib:

$ find/find --version
GNU find version 4.3.2-CVS
Features enabled: O_NOFOLLOW(enabled) LEAF_OPTIMISATION FTS CBO(level=0) 
$ find/find -type f -regex '.*[.]txt'
./find/testsuite/excuses.txt







    _______________________________________________________

Reply to this item at:

  <http://savannah.gnu.org/bugs/?18310>

_______________________________________________
  Message sent via/by Savannah
  http://savannah.gnu.org/





reply via email to

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