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 serhiy.storchaka
Date 2012-04-14.18:46:02
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1334429163.6.0.999765397067.issue14579@psf.upfronthosting.co.za>
In-reply-to
Content
In the utf-16 decoder after calling unicode_decode_call_errorhandler aligned_end is not updated. This may potentially cause data leaks, memory damage, and crash. The bug introduced by implementation of the issue #4868. In a similar situation in the utf-8 decoder aligned_end is updated.
History
Date User Action Args
2012-04-14 18:46:03serhiy.storchakasetrecipients: + serhiy.storchaka
2012-04-14 18:46:03serhiy.storchakasetmessageid: <1334429163.6.0.999765397067.issue14579@psf.upfronthosting.co.za>
2012-04-14 18:46:02serhiy.storchakalinkissue14579 messages
2012-04-14 18:46:02serhiy.storchakacreate