]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
(Merge 3.3) Issue #18135: Fix a possible integer overflow in
authorVictor Stinner <victor.stinner@gmail.com>
Sun, 23 Jun 2013 13:09:26 +0000 (15:09 +0200)
committerVictor Stinner <victor.stinner@gmail.com>
Sun, 23 Jun 2013 13:09:26 +0000 (15:09 +0200)
commit8cfd67cfe77120dcab8dd5441bac4a6895d66d6a
tree6ed0d6c8df3276b470ea5ae9666aeda80c4ef122
parent2ab07f01a4787336600b95cdf0312a9e6e00f34e
parent9ee0203057e7a566e562233e2c48e0c752ecc989
(Merge 3.3) Issue #18135: Fix a possible integer overflow in
ssl.SSLSocket.write() and in ssl.SSLContext.load_cert_chain() for strings and
passwords longer than 2 gigabytes.
Misc/NEWS
Modules/_ssl.c