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
0001547 [uClibc] Standards Compliance minor always 10-22-07 08:01 12-30-07 12:25
Reporter chmeee View Status public  
Assigned To uClibc
Priority normal Resolution no change required  
Status closed   Product Version 0.9.28
Summary 0001547: popen(3) allows "rw" to be specified
Description Specifying "rw" as the mode to popen(3) succeeds, giving read access, but should fail, as only one mode is permitted by the standard. The attached patch fixes this.
Additional Information
Attached Files  popen.diff [^] (756 bytes) 10-22-07 08:01

- Relationships

- Notes
(0003314)
vapier
12-30-07 12:25

the standard does not require it to fail. please refer to:
http://www.opengroup.org/onlinepubs/009695399/functions/popen.html [^]

1. If mode is r, ......
2. If mode is w, ......
3. If mode is any other value, the result is undefined.

sounds like we're compliant ;)
 

- Issue History
Date Modified Username Field Change
10-22-07 08:01 chmeee New Issue
10-22-07 08:01 chmeee Status new => assigned
10-22-07 08:01 chmeee Assigned To  => uClibc
10-22-07 08:01 chmeee File Added: popen.diff
12-30-07 12:25 vapier Note Added: 0003314
12-30-07 12:25 vapier Status assigned => closed
12-30-07 12:25 vapier Resolution open => no change required


Copyright © 2000 - 2006 Mantis Group
Powered by Mantis Bugtracker