commit | bb445a1f22835b97673f96da8f9edc75b69f5f2c | [log] [tgz] |
---|---|---|
author | Antoine Pitrou <solipsis@pitrou.net> | Fri Feb 05 17:05:54 2010 +0000 |
committer | Antoine Pitrou <solipsis@pitrou.net> | Fri Feb 05 17:05:54 2010 +0000 |
tree | f3d399d134896edc68edb46d5c761c385bbb20fe | |
parent | 007a618a38d0c4dac9182fed9b22f3caf55dd1ea [diff] |
Issue #5677: Explicitly forbid write operations on read-only file objects, and read operations on write-only file objects. On Windows, the system C library would return a bogus result; on Solaris, it was possible to crash the interpreter. Patch by Stefan Krah.