]> git.ipfire.org Git - thirdparty/curl.git/commit
lib: remove strlen call from Curl_client_write
authorJacob Hoffman-Andrews <github@hoffman-andrews.com>
Sat, 24 Apr 2021 17:33:56 +0000 (10:33 -0700)
committerDaniel Stenberg <daniel@haxx.se>
Thu, 29 Apr 2021 13:02:16 +0000 (15:02 +0200)
commitf4b85d24b21058215dd67e1c804d47c7b4ee2fda
tree02b344a5298f901488c949276397617414261f43
parent6aae7b1761c02a63d4b4154867c5f7853f74bb14
lib: remove strlen call from Curl_client_write

At all call sites with an explicit 0 len, pass an appropriate nonzero
len.

Closes #6954
lib/file.c
lib/ftp.c
lib/openldap.c
lib/sendf.c