]> git.ipfire.org Git - thirdparty/curl.git/commit
tool_operate: fixed potentially uninitialized variables
authorSiva Sivaraman <kasivara@microsoft.com>
Mon, 18 May 2020 15:59:47 +0000 (08:59 -0700)
committerDaniel Stenberg <daniel@haxx.se>
Tue, 19 May 2020 06:53:41 +0000 (08:53 +0200)
commitc4df1f75ad6a90c70dc96e7b183be066465014ec
tree4e295ec1bf35c696205bfbd9f9dcf0200a90b39b
parent557dde201c9998a6295939335cbfdffb2373bee1
tool_operate: fixed potentially uninitialized variables

... in curl_easy_getinfo() calls. They're harmless but clearing the
variables makes the code safer and comforts the reader.

Closes #5416
src/tool_operate.c