[BusyBox 0001371]: RFC: Problem with test applet - values above 128 are handled strange in mailing list

bugs at busybox.net bugs at busybox.net
Thu May 24 14:25:19 PDT 2007


The following issue has been CLOSED 
====================================================================== 
http://busybox.net/bugs/view.php?id=1371 
====================================================================== 
Reported By:                Souf
Assigned To:                BusyBox
====================================================================== 
Project:                    BusyBox
Issue ID:                   1371
Category:                   Other
Reproducibility:            always
Severity:                   minor
Priority:                   normal
Status:                     closed
Resolution:                 fixed
Fixed in Version:           
====================================================================== 
Date Submitted:             05-24-2007 13:00 PDT
Last Modified:              05-24-2007 14:25 PDT
====================================================================== 
Summary:                    RFC: Problem with test applet - values above 128 are
handled strange in mailing list
Description: 
Hi all,

I found the source of the problem, in test.c (svn), line 322:

smallint val1, val2;

the type of these two variables must be arith_t because their values
returned by getn:

static arith_t getn(const char *s)

I attached a patch to correct this bug.

Malek
====================================================================== 

---------------------------------------------------------------------- 
 vapier - 05-24-07 14:25  
---------------------------------------------------------------------- 
you dont need to submit trackers when the issue is being handled on the
mailing list ... in fact, it's really preferred you didnt 

Issue History 
Date Modified   Username       Field                    Change               
====================================================================== 
05-24-07 13:00  Souf           New Issue                                    
05-24-07 13:00  Souf           Status                   new => assigned     
05-24-07 13:00  Souf           Assigned To               => BusyBox         
05-24-07 13:00  Souf           File Added: test.diff                        
05-24-07 14:25  vapier         Note Added: 0002401                          
05-24-07 14:25  vapier         Status                   assigned => closed  
05-24-07 14:25  vapier         Resolution               open => fixed       
======================================================================



More information about the busybox-cvs mailing list