| Anonymous | Login | Signup for a new account | 11-10-2008 11:07 PST |
| Main | My View | View Issues | Change Log | Docs |
| 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 | |||||||||
|
|
|||||||||
| Copyright © 2000 - 2006 Mantis Group |