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 loewis
Recipients alexis.d, amaury.forgeotdarc, brian.curtin, loewis, neologix, r.david.murray
Date 2012-03-29.15:06:29
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1333033590.03.0.381168414756.issue14433@psf.upfronthosting.co.za>
In-reply-to
Content
The crash occurs in the my_fgets implementation, namely when the CRT performs its (standards-violating) parameter validation. The attached patch works around this CRT bug (as has been done in other places already).
History
Date User Action Args
2012-03-29 15:06:30loewissetrecipients: + loewis, amaury.forgeotdarc, r.david.murray, brian.curtin, neologix, alexis.d
2012-03-29 15:06:30loewissetmessageid: <1333033590.03.0.381168414756.issue14433@psf.upfronthosting.co.za>
2012-03-29 15:06:29loewislinkissue14433 messages
2012-03-29 15:06:29loewiscreate