]> granicus.if.org Git - python/commit
Issue #8941: decoding big endian UTF-32 data in UCS-2 builds could crash
authorAntoine Pitrou <solipsis@pitrou.net>
Fri, 11 Jun 2010 21:42:26 +0000 (21:42 +0000)
committerAntoine Pitrou <solipsis@pitrou.net>
Fri, 11 Jun 2010 21:42:26 +0000 (21:42 +0000)
commitcca3a3f396a111c3b7bc766c601950acbf5d18fe
tree471f80dccb23939f042e14ad650ab77b13c405ca
parentc6660cf4d68ec17fef0a49aca2cf441c124a88d4
Issue #8941: decoding big endian UTF-32 data in UCS-2 builds could crash
the interpreter with characters outside the Basic Multilingual Plane
(higher than 0x10000).
Lib/test/test_codecs.py
Misc/NEWS
Objects/unicodeobject.c