]> granicus.if.org Git - python/commit
Issue #1174606: Calling read() without arguments of an unbounded file
authorAntoine Pitrou <solipsis@pitrou.net>
Sun, 29 Mar 2009 00:45:26 +0000 (00:45 +0000)
committerAntoine Pitrou <solipsis@pitrou.net>
Sun, 29 Mar 2009 00:45:26 +0000 (00:45 +0000)
commit66994e11544ac8b173ccfedbd05c47082f1dc842
tree8725d34076098548c9f9f0a89a2a063cbaa73168
parent24f3629083fc07a31b2e604a94a748f2020585ed
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.
Misc/NEWS
Modules/_fileio.c