| Anonymous | Login | Signup for a new account | 11-10-2008 11:20 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 | ||||
| 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 |
|
||||||||
|
|
|||||||||
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 ;) |
| Copyright © 2000 - 2006 Mantis Group |