]> git.ipfire.org Git - thirdparty/curl.git/commit
vtls: infof using %.*s needs to provide the length as int
authorDaniel Stenberg <daniel@haxx.se>
Tue, 7 Feb 2023 15:09:12 +0000 (16:09 +0100)
committerDaniel Stenberg <daniel@haxx.se>
Tue, 7 Feb 2023 15:33:04 +0000 (16:33 +0100)
commit1c91ba39396de4f4460025b0554c0d48a9f2f038
treedef789151f90ce154660be77c686b539ca99974a
parent7dad86a03f8c5f131daa4a6cfc38da92e489b738
vtls: infof using %.*s needs to provide the length as int

Fixes a Coverity warning.

Closes #10436
lib/vtls/vtls.c