Closed ndfred closed 4 years ago
Setting an empty hostname does not trigger the issue, nor does entering wrong hostnames. Calling iperf_set_test_server_hostname
with NULL will though, which might happen if the ASCII conversion fails. Entering a Euro or GBP sign as the hostname will trigger the crash.
strdup
callsstrlen
which crashes, possibly because the string is empty / invalid. iPhone 11 Pro Max, iOS 14.1.Blocks #41.