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
0001067 [BusyBox] Other minor always 10-07-06 07:27 10-07-06 08:16
Reporter nazarijo View Status public  
Assigned To BusyBox
Priority normal Resolution fixed  
Status closed   Product Version svn
Summary 0001067: bug in editors/awk.c
Description
typo, logical vs bitwise AND

--- editors/awk.c.orig Sat Oct 7 10:03:41 2006
+++ editors/awk.c Sat Oct 7 10:03:59 2006
@@ -1356,7 +1356,7 @@
        re = &spl->re[0];
        ire = &spl->re[1];
        n = &spl->n;
- if ((n->info && OPCLSMASK) == OC_REGEXP) {
+ if ((n->info & OPCLSMASK) == OC_REGEXP) {
                regfree(re);
                regfree(ire);
        }

from the latest snapshop tar.bz2
Additional Information
Attached Files

- Relationships

- Notes
(0001691)
vda
10-07-06 08:16

Fixed in rev 16339
 

- Issue History
Date Modified Username Field Change
10-07-06 07:27 nazarijo New Issue
10-07-06 07:27 nazarijo Status new => assigned
10-07-06 07:27 nazarijo Assigned To  => BusyBox
10-07-06 08:16 vda Status assigned => closed
10-07-06 08:16 vda Note Added: 0001691
10-07-06 08:16 vda Resolution open => fixed


Copyright © 2000 - 2006 Mantis Group
Powered by Mantis Bugtracker