]> granicus.if.org Git - curl/commit
sendf: Fix whitespace in infof/failf concatenation
authorDaniel Gustafsson <daniel@yesql.se>
Thu, 13 Sep 2018 08:47:45 +0000 (10:47 +0200)
committerDaniel Gustafsson <daniel@yesql.se>
Thu, 13 Sep 2018 08:47:45 +0000 (10:47 +0200)
commite7ee2f29238702f9d3d028baad7a5f1e23b43636
tree2b30a884031465141c86ea114e2abd39dc41868f
parent3c5ee47fc206036283bdbcbe4588464bc9a7a5ae
sendf: Fix whitespace in infof/failf concatenation

Strings broken on multiple rows in the .c file need to have appropriate
whitespace padding on either side of the concatenation point to render
a correct amalgamated string. Fix by adding a space at the occurrences
found.

Closes #2986
Reviewed-by: Daniel Stenberg <daniel@haxx.se>
lib/security.c
lib/vtls/schannel_verify.c