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 serhiy.storchaka
Recipients Arfrever, asvetlov, ezio.melotti, loewis, pitrou, serhiy.storchaka, vstinner
Date 2012-04-24.12:35:06
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1335271055.2400.64.camel@raxxla>
In-reply-to <1335269241.92.0.0638703387144.issue14579@psf.upfronthosting.co.za>
Content
> I think the same issue also applies to the ASCII decoder in 3.3.

No, the ASCII decoder is not affected by this vulnerability. In a loop,
in which unicode_decode_call_errorhandler is called, do not use any
cached and not-updatable data.
History
Date User Action Args
2012-04-24 12:35:06serhiy.storchakasetrecipients: + serhiy.storchaka, loewis, pitrou, vstinner, ezio.melotti, Arfrever, asvetlov
2012-04-24 12:35:06serhiy.storchakalinkissue14579 messages
2012-04-24 12:35:06serhiy.storchakacreate