diff options
author | Martin Panter <vadmium+py@gmail.com> | 2016-09-07 23:31:39 (GMT) |
---|---|---|
committer | Martin Panter <vadmium+py@gmail.com> | 2016-09-07 23:31:39 (GMT) |
commit | 1c748f383033df1126f2f79f051eee440ba08449 (patch) | |
tree | dcb41f4507ff7d705cee8e6e8568da2798fa9807 /Misc | |
parent | f3b5bcafcb75a2e350aa447ec7ad3d77a3eaee80 (diff) | |
parent | be8da9c9906571698fe218da9e218ece500d5239 (diff) | |
download | cpython-1c748f383033df1126f2f79f051eee440ba08449.zip cpython-1c748f383033df1126f2f79f051eee440ba08449.tar.gz cpython-1c748f383033df1126f2f79f051eee440ba08449.tar.bz2 |
Issue #27570: Merge null pointer fixes from 3.5
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -96,6 +96,9 @@ Core and Builtins Library ------- +- Issue #27570: Avoid zero-length memcpy() etc calls with null source + pointers in the "ctypes" and "array" modules. + - Issue #22233: Break email header lines *only* on the RFC specified CR and LF characters, not on arbitrary unicode line breaks. This also fixes a bug in HTTP header parsing. |