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
0000325 [uClibc] Architecture Specific minor always 07-06-05 08:49 08-02-05 20:13
Reporter barbierp View Status public  
Assigned To uClibc
Priority normal Resolution fixed  
Status closed   Product Version 0.9.27
Summary 0000325: The libc mmap64 routine does not return properly on failure
Description When the mmap64 assembly language routine detects an error return from the mmap2 gate, it jumps to __syscall_error. This code never executes a ret instruction to return the error to the caller of mmap64. Instead execution continues with whatever was linked after the mmap64 object.

The file in question is:
libc/sysdeps/linux/i386/mmap64.S
Additional Information
Attached Files

- Relationships

- Notes
(0000269)
vapier
07-06-05 15:45

should be fixed in svn now with psm's updated errno handling
 

- Issue History
Date Modified Username Field Change
07-06-05 08:49 barbierp New Issue
07-06-05 15:45 vapier Status assigned => resolved
07-06-05 15:45 vapier Resolution open => fixed
07-06-05 15:45 vapier Note Added: 0000269
08-02-05 20:13 andersen Status resolved => closed


Copyright © 2000 - 2006 Mantis Group
Powered by Mantis Bugtracker