From: Daniel Stenberg Date: Thu, 25 Sep 2025 11:40:54 +0000 (+0200) Subject: KNOWN_BUGS: telnet code does not handle partial writes properly X-Git-Tag: rc-8_17_0-1~231 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=882293cc81c0c384c30288c24111e45e6de4cd39;p=thirdparty%2Fcurl.git KNOWN_BUGS: telnet code does not handle partial writes properly Reported in Joshua's sarif data Closes #18735 --- diff --git a/docs/KNOWN_BUGS b/docs/KNOWN_BUGS index 3785d73aa4..5b7df42bda 100644 --- a/docs/KNOWN_BUGS +++ b/docs/KNOWN_BUGS @@ -86,6 +86,7 @@ problems may have been fixed or changed somewhat since this was written. 12.4 LDAPS requests to ActiveDirectory server hang 13. TCP/IP + 13.1 telnet code does not handle partial writes properly 13.2 Trying local ports fails on Windows 15. CMake @@ -547,6 +548,11 @@ problems may have been fixed or changed somewhat since this was written. 13. TCP/IP +13.1 telnet code does not handle partial writes properly + + It probably does not happen too easily because of how slow and infrequent + sends are normally performed. + 13.2 Trying local ports fails on Windows This makes '--local-port [range]' to not work since curl cannot properly