This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author CWRU_Researcher1
Recipients CWRU_Researcher1
Date 2008-11-29.17:40:44
SpamBayes Score 0.021792237
Marked as misclassified No
Message-id <1227980445.15.0.00624503255277.issue4466@psf.upfronthosting.co.za>
In-reply-to
Content
Python-2.5.2/Modules/posixmodule.c(posix_tmpfile)
Line 6841

The return value of PyFile_FromFile is not checked for NULL

See the following where it is checked:
tokenizer.c(fp_setreadl) 429
fileobject.c(PyFile_FromString) 300
posixmodule.c(posix_popen) 5323
History
Date User Action Args
2008-11-29 17:40:45CWRU_Researcher1setrecipients: + CWRU_Researcher1
2008-11-29 17:40:45CWRU_Researcher1setmessageid: <1227980445.15.0.00624503255277.issue4466@psf.upfronthosting.co.za>
2008-11-29 17:40:44CWRU_Researcher1linkissue4466 messages
2008-11-29 17:40:44CWRU_Researcher1create