| Anonymous | Login | Signup for a new account | 11-10-2008 11:08 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 | ||||
| 0001100 | [uClibc] Other | minor | always | 11-22-06 12:42 | 11-27-06 07:25 | ||||
| Reporter | cmetcalf | View Status | public | ||||||
| Assigned To | uClibc | ||||||||
| Priority | normal | Resolution | fixed | ||||||
| Status | closed | Product Version | 0.9.28 | ||||||
| Summary | 0001100: auxvt array is not cleared in __uClibc_main | ||||||||
| Description | This means that if your host environment doesn't provide the AT_PAGESIZE key, you'll read garbage from auxvt and various things will fall over. | ||||||||
| Additional Information |
/* Pull stuff from the ELF header when possible */ #ifdef __ARCH_HAS_MMU__ + memset(auxvt, 0, sizeof(auxvt)); aux_dat = (unsigned long*)__environ; while (*aux_dat) { aux_dat++; |
||||||||
| Attached Files | |||||||||
|
|
|||||||||
| Copyright © 2000 - 2006 Mantis Group |