]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Issue #18135: Fix a possible integer overflow in ssl.SSLSocket.write()
authorVictor Stinner <victor.stinner@gmail.com>
Sun, 23 Jun 2013 13:15:10 +0000 (15:15 +0200)
committerVictor Stinner <victor.stinner@gmail.com>
Sun, 23 Jun 2013 13:15:10 +0000 (15:15 +0200)
commit4807df41ad7871f5fcf0e4568c71f8e101eb5738
treeb3d8a59cfc86821644785bed966f7671ee50e43e
parent760388100e2cc21c5d58a9014db5426e6107b5e4
Issue #18135: Fix a possible integer overflow in ssl.SSLSocket.write()
for strings longer than 2 gigabytes.
Misc/NEWS
Modules/_ssl.c