diff options
author | Neal Norwitz <nnorwitz@gmail.com> | 2005-09-21 06:44:25 (GMT) |
---|---|---|
committer | Neal Norwitz <nnorwitz@gmail.com> | 2005-09-21 06:44:25 (GMT) |
commit | 058bde194485ff4a0860c1dfc152763403655303 (patch) | |
tree | f6936f909f3bec6c4573d0ec3fe32b3e4c3f804b /Misc | |
parent | 2190f8c47e6383449987b8fd9e87711499dc2a10 (diff) | |
download | cpython-058bde194485ff4a0860c1dfc152763403655303.zip cpython-058bde194485ff4a0860c1dfc152763403655303.tar.gz cpython-058bde194485ff4a0860c1dfc152763403655303.tar.bz2 |
SF Patch #1297028, cjkcodecs does not initialize type pointer
Fix segfault. I tried to write a test, but it wouldn't crash
when running regrtest. This really should have some sort of test.
Should definitely be backported.
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -149,6 +149,9 @@ present). Extension Modules ----------------- +- Patch #1297028: fix segfault if call type on MultibyteCodec, + MultibyteStreamReader, or MultibyteStreamWriter + - Fix memory leak in posix.access(). - Patch #1213831: Fix typo in unicodedata._getcode. |