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 amaury.forgeotdarc
Recipients amaury.forgeotdarc, dongying, eli.bendersky, flox, terry.reedy, vstinner
Date 2013-05-20.15:35:55
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1369064155.9.0.605483004601.issue13612@psf.upfronthosting.co.za>
In-reply-to
Content
encoding="GBK" causes a buffer overflow in PyUnknownEncodingHandler, because the result of PyUnicode_Decode() is only 192 characters long.
Exact behavior is not defined...
History
Date User Action Args
2013-05-20 15:35:55amaury.forgeotdarcsetrecipients: + amaury.forgeotdarc, terry.reedy, vstinner, eli.bendersky, flox, dongying
2013-05-20 15:35:55amaury.forgeotdarcsetmessageid: <1369064155.9.0.605483004601.issue13612@psf.upfronthosting.co.za>
2013-05-20 15:35:55amaury.forgeotdarclinkissue13612 messages
2013-05-20 15:35:55amaury.forgeotdarccreate