]> git.ipfire.org Git - thirdparty/curl.git/commit
lib: fix type of len passed to *printf's %*s
authorDaniel Stenberg <daniel@haxx.se>
Wed, 30 Jun 2021 11:13:31 +0000 (13:13 +0200)
committerDaniel Stenberg <daniel@haxx.se>
Wed, 30 Jun 2021 21:53:58 +0000 (23:53 +0200)
commit78fc6522c2bb0cf45b5daa62af745fbfaa62a412
tree630a57ec0dd51fc81d3753b5cd763833b3c37882
parentd696ee00eec865747daedfaeeb1a880cf7d9a65c
lib: fix type of len passed to *printf's %*s

... it needs to be 'int'. Detected by Coverity CID 1486611 (etc)

Closes #7326
lib/http_digest.c
lib/vtls/openssl.c
lib/x509asn1.c