bugfindutils - Bugs: bug #18310, regex coredump in 4.3.1

 
 

bug #18310: regex coredump in 4.3.1

Submitter:  Eric Blake <ericb>
Submitted:  Wed 15 Nov 2006 06:41:14 PM UTC
   
 
Category:  find Severity:  3 - Normal
Item Group:  Wrong result Status:  Duplicate
Privacy:  Public Assigned to:  None
Originator Name:  Eric Blake Open/Closed:  Closed
Release:  4.3.1 Fixed Release:  None
* Mandatory Fields

Add a New Comment Rich Markup
   

Thu 16 Nov 2006 01:04:58 PM UTC, comment #1: 

Dup of bug #17490, and already fixed in CVS.

Eric Blake <ericb>
Group administrator
Wed 15 Nov 2006 06:41:14 PM UTC, original submission:  

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

Eric Blake <ericb>
Group administrator

 

(Note: upload size limit is set to 16384 kB, after insertion of the required escape characters.)

Attach Files:
   
   
Comment:
   

No files currently attached

 

Depends on the following items: None found

Items that depend on this one: None found

 

CC list is empty

 

There are 0 votes so far. Votes easily highlight which items people would like to see resolved in priority, independently of the priority of the item set by tracker managers.

Only logged-in users can vote.

 

Follow 3 latest changes.

Date Changed by Updated Field Previous Value => Replaced by
2006-11-16 ericb Severity5 - Blocker 3 - Normal
    StatusNone Duplicate
    Open/ClosedOpen Closed

Back to the top

Powered by Savane 3.13-d3ae.
Corresponding source code