[BusyBox 0001395]: strings command fails with multiple command line arguments

bugs at busybox.net bugs at busybox.net
Sun Jun 17 06:08:44 UTC 2007


The following issue has been SUBMITTED. 
====================================================================== 
http://busybox.net/bugs/view.php?id=1395 
====================================================================== 
Reported By:                bcombee
Assigned To:                BusyBox
====================================================================== 
Project:                    BusyBox
Issue ID:                   1395
Category:                   Other
Reproducibility:            always
Severity:                   minor
Priority:                   normal
Status:                     assigned
====================================================================== 
Date Submitted:             06-16-2007 23:08 PDT
Last Modified:              06-16-2007 23:08 PDT
====================================================================== 
Summary:                    strings command fails with multiple command line
arguments
Description: 
If you type "strings a b c", it will check file a three times, instead of
checking each of the three files.  The bug is in miscutils/strings.c where
the loop iterates while --argc > 0, but the argv pointer is never
incremented.
====================================================================== 

Issue History 
Date Modified   Username       Field                    Change               
====================================================================== 
06-16-07 23:08  bcombee        New Issue                                    
06-16-07 23:08  bcombee        Status                   new => assigned     
06-16-07 23:08  bcombee        Assigned To               => BusyBox         
======================================================================




More information about the busybox-cvs mailing list