Message158272
| 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:03 | serhiy.storchaka | set | recipients: + serhiy.storchaka |
| 2012-04-14 18:46:03 | serhiy.storchaka | set | messageid: <1334429163.6.0.999765397067.issue14579@psf.upfronthosting.co.za> |
| 2012-04-14 18:46:02 | serhiy.storchaka | link | issue14579 messages |
| 2012-04-14 18:46:02 | serhiy.storchaka | create | |