Message385144
There is an infinite loop in feed_appdata() of sslproto.py.
The OpenSSL documents said when some fatal I/O error occurred, SSL_ERROR_SYSCALL is returned and no further I/O operations should be performed. This error is ignored in the exception handling of feed_appdata(), and the while loop will never be break.
This error should be raised, the same for feed_ssldata(). |
|
Date |
User |
Action |
Args |
2021-01-16 17:10:09 | linxy95 | set | recipients:
+ linxy95, asvetlov, yselivanov |
2021-01-16 17:10:09 | linxy95 | set | messageid: <1610817009.05.0.00842749014089.issue42941@roundup.psfhosted.org> |
2021-01-16 17:10:09 | linxy95 | link | issue42941 messages |
2021-01-16 17:10:08 | linxy95 | create | |
|