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
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

- Relationships

- Notes
(0001809)
vapier
11-27-06 07:25

thanks, added to svn
 

- Issue History
Date Modified Username Field Change
11-22-06 12:42 cmetcalf New Issue
11-22-06 12:42 cmetcalf Status new => assigned
11-22-06 12:42 cmetcalf Assigned To  => uClibc
11-27-06 07:25 vapier Note Added: 0001809
11-27-06 07:25 vapier Status assigned => closed
11-27-06 07:25 vapier Resolution open => fixed


Copyright © 2000 - 2006 Mantis Group
Powered by Mantis Bugtracker