| commit | 85da624ebebb09aa5501861e2b25b7f16bfcb620 | [log] [tgz] |
|---|---|---|
| author | Serhiy Storchaka <storchaka@gmail.com> | Mon Jan 21 13:00:11 2013 +0200 |
| committer | Serhiy Storchaka <storchaka@gmail.com> | Mon Jan 21 13:00:11 2013 +0200 |
| tree | 6864da185a6cc67cd3a38f3edb9c10f229bad9bc | |
| parent | c35f3a9f619d0d4abd43d16ddc4767e2a30c3dce [diff] | |
| parent | 3b40b71217d7b73e59495de8cadd8fe1ad7cc6bc [diff] |
Fix memory error in test_ucn. unicode-escape decoder requires memory for result corresponding to input size. Fixes test for issue #16335.