[issue3662] _fileio._FileIO segfaults
Neal Norwitz
report at bugs.python.org
Mon Aug 25 00:08:24 CEST 2008
Neal Norwitz <nnorwitz at gmail.com> added the comment:
Daniel, thanks for running the fuzzer! It would be great if you could
keep running it and find any more problems before releasing 2.6 and 3.0.
I agree with Benjamin and Amaury. PyArg_ParseTupleAndKeywords()
shouldn't update the pointer if it failed. Given the test, it's
unlikely for this to create a problem in the future. Either as a crash
or as a memory leak.
Committed revision 66018. (2.6)
Committed revision 66019. (3.0)
----------
assignee: -> nnorwitz
components: +Interpreter Core
nosy: +nnorwitz
resolution: -> fixed
status: open -> closed
_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue3662>
_______________________________________
More information about the Python-bugs-list
mailing list