]> git.ipfire.org Git - thirdparty/curl.git/commit
tool_operate: fix msnprintfing the error message
authorDaniel Stenberg <daniel@haxx.se>
Tue, 6 Sep 2022 09:05:47 +0000 (11:05 +0200)
committerDaniel Stenberg <daniel@haxx.se>
Tue, 6 Sep 2022 12:32:51 +0000 (14:32 +0200)
commitb0dae2a433fccc6bd9d66f7e5a84fe5f0873030e
tree8b35e837d23b4ec9b717c1446a53aa24eea78eaf
parentf1b76e53ae8878aecc0ee4d41915b4f386ddd595
tool_operate: fix msnprintfing the error message

Follow-up to 7be53774c41c59b47075fba

Coverity CID 1513717 pointed out that we cannot use sizeof() on the
error buffer anymore.

Closes #9440
src/tool_operate.c