diff options
author | Benjamin Peterson <benjamin@python.org> | 2016-08-14 01:33:33 (GMT) |
---|---|---|
committer | Benjamin Peterson <benjamin@python.org> | 2016-08-14 01:33:33 (GMT) |
commit | 4f976513efd8d411126e09d036842d0691c49c82 (patch) | |
tree | 99d85f9acb90e9f3cd36f735b41ed0e03a88eaa1 /Misc | |
parent | 6e01d90cc8bfac920bd4f7143b3968a8a21079d9 (diff) | |
download | cpython-4f976513efd8d411126e09d036842d0691c49c82.zip cpython-4f976513efd8d411126e09d036842d0691c49c82.tar.gz cpython-4f976513efd8d411126e09d036842d0691c49c82.tar.bz2 |
fix possible integer overflow in binascii.b2a_qp (closes #27760)
Reported by Thomas E. Hybel
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -29,6 +29,8 @@ Core and Builtins Library ------- +- Issue #27760: Fix possible integer overflow in binascii.b2a_qp. + - Issue #27758: Fix possible integer overflow in the _csv module for large record lengths. |