]> git.ipfire.org Git - thirdparty/curl.git/commit
telnet: simplify the implementation of str_is_nonascii()
authorKamil Dudka <kdudka@redhat.com>
Tue, 28 Mar 2023 11:41:57 +0000 (13:41 +0200)
committerKamil Dudka <kdudka@redhat.com>
Tue, 28 Mar 2023 13:41:55 +0000 (15:41 +0200)
commitd92a5007b60e0af7d071ae4da7a2b79c5f4de544
tree24c276cc18c4cf2fe0e65c6bec7cf43382e19ac5
parent1903b95e4c6af7faa150dfd41cdcee879dc44b5b
telnet: simplify the implementation of str_is_nonascii()

There is no need to traverse the string twice.

Closes #10852
lib/telnet.c