commit | 66994e11544ac8b173ccfedbd05c47082f1dc842 | [log] [tgz] |
---|---|---|
author | Antoine Pitrou <solipsis@pitrou.net> | Sun Mar 29 00:45:26 2009 +0000 |
committer | Antoine Pitrou <solipsis@pitrou.net> | Sun Mar 29 00:45:26 2009 +0000 |
tree | 8725d34076098548c9f9f0a89a2a063cbaa73168 | |
parent | 24f3629083fc07a31b2e604a94a748f2020585ed [diff] |
Issue #1174606: Calling read() without arguments of an unbounded file (typically /dev/zero under Unix) could crash the interpreter. No test as there always seems to be a risk of putting the machine on its knees.