]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
fix possible integer overflow in binascii.b2a_qp (closes #27760)
authorBenjamin Peterson <benjamin@python.org>
Sun, 14 Aug 2016 01:33:33 +0000 (18:33 -0700)
committerBenjamin Peterson <benjamin@python.org>
Sun, 14 Aug 2016 01:33:33 +0000 (18:33 -0700)
commit6c08d9628a3035a122dcfbe064b3f8360b11daba
tree67ab3c8466ec324c1cb234ceccf95a2598ef53ba
parentf670120cb76f0aa66ec29c683e740eddcf45ca4a
fix possible integer overflow in binascii.b2a_qp (closes #27760)

Reported by Thomas E. Hybel
Misc/NEWS
Modules/binascii.c