]> git.ipfire.org Git - thirdparty/curl.git/commit
sendf: make failf() use the mvsnprintf() return code
authorDaniel Stenberg <daniel@haxx.se>
Mon, 18 May 2020 16:51:37 +0000 (18:51 +0200)
committerDaniel Stenberg <daniel@haxx.se>
Tue, 19 May 2020 06:13:31 +0000 (08:13 +0200)
commit74623551f306990e70c7c5515b88972005604a74
treec576cc60c28f654b6c55ace1f945018c0dd039a5
parent67521b5ecf0e3b0d8ea5278b02400811715069be
sendf: make failf() use the mvsnprintf() return code

... and avoid a strlen() call. Fixes a MonocleAI warning.

Reported-by: MonocleAI
Fixes #5413
Closes #5420
lib/sendf.c