[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 13:00:07 PDT 2007
The following issue has been SUBMITTED.
======================================================================
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: assigned
======================================================================
Date Submitted: 05-24-2007 13:00 PDT
Last Modified: 05-24-2007 13:00 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
======================================================================
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
======================================================================
More information about the busybox-cvs
mailing list