diff options
author | Johan Liu <akira.lau@hotmail.com> | 2017-06-02 06:33:04 (GMT) |
---|---|---|
committer | Xiang Zhang <angwerzx@126.com> | 2017-06-02 06:33:04 (GMT) |
commit | aead53b6ee27915de248b07de509529174aaad21 (patch) | |
tree | 5d0ab3d80216deccea25d93e17501b2f51184302 /Misc | |
parent | cdb89cd72cbc66e4626914b4a71b9052ddb3a32a (diff) | |
download | cpython-aead53b6ee27915de248b07de509529174aaad21.zip cpython-aead53b6ee27915de248b07de509529174aaad21.tar.gz cpython-aead53b6ee27915de248b07de509529174aaad21.tar.bz2 |
bpo-30245: Fix possible overflow when organize struct.pack_into error message (#1682)
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/ACKS | 1 | ||||
-rw-r--r-- | Misc/NEWS | 3 |
2 files changed, 4 insertions, 0 deletions
@@ -921,6 +921,7 @@ Gregor Lingl Everett Lipman Mirko Liss Alexander Liu +Yuan Liu Nick Lockwood Stephanie Lockwood Martin von Löwis @@ -345,6 +345,9 @@ Extension Modules Library ------- +- bpo-30245: Fix possible overflow when organize struct.pack_into + error message. Patch by Yuan Liu. + - bpo-30378: Fix the problem that logging.handlers.SysLogHandler cannot handle IPv6 addresses. |