BusyBox Bug and Patch Tracking
BusyBox
  

Viewing Issue Simple Details Jump to Notes ] View Advanced ] Issue History ] Print ]
ID Category Severity Reproducibility Date Submitted Last Update
0000599 [BusyBox] Documentation major always 12-13-05 02:36 12-13-05 11:03
Reporter mloehr View Status public  
Assigned To BusyBox
Priority normal Resolution duplicate  
Status closed   Product Version 1.01
Summary 0000599: awk patch needed for 64bit systems not in pre1
Description I had a look into busybox-1.1.0-pre1. As we are working on a 64bit platform, we always have to apply the following patch to get a working awk:

diff -ur busybox-1.00-rc3/editors/awk.c busybox-1.00-rc3-/editors/awk.c
--- busybox-1.00-rc3/editors/awk.c 2004-07-31 01:52:08.000000000 +0200
+++ busybox-1.00-rc3-/editors/awk.c 2005-01-16 18:53:12.217614216 +0100
@@ -1890,7 +1891,7 @@
        int i, l, ll, n;

        tv = nvalloc(4);
- isr = info = op->info;
+ isr = info = (unsigned int) op->info;
        op = op->l.n;

        av[2] = av[3] = NULL;


As this small patch does not hurt for the 32bit platforms it would be nice if it could be generally integrated into the code for the final 1.01 version.


best regards

  Michael
Additional Information
Attached Files

- Relationships

- Notes
(0000760)
vapier
12-13-05 11:03

this has already been fixed in trunk
 

- Issue History
Date Modified Username Field Change
12-13-05 02:36 mloehr New Issue
12-13-05 02:36 mloehr Status new => assigned
12-13-05 02:36 mloehr Assigned To  => BusyBox
12-13-05 11:03 vapier Note Added: 0000760
12-13-05 11:03 vapier Status assigned => closed
12-13-05 11:03 vapier Resolution open => duplicate
12-13-05 11:03 vapier Description Updated


Copyright © 2000 - 2006 Mantis Group
Powered by Mantis Bugtracker