]> granicus.if.org Git - curl/commit
tool_cb_prg: avoid integer overflow
authorDaniel Stenberg <daniel@haxx.se>
Thu, 10 Jan 2019 23:25:46 +0000 (00:25 +0100)
committerDaniel Stenberg <daniel@haxx.se>
Fri, 11 Jan 2019 08:03:43 +0000 (09:03 +0100)
commit61faa0b420c236480bc9ef6fd52b4ecc1e0f8d17
tree2f3fede99306a550e912144677b18009dfbedf8f
parent90254d0d65a6a99d3c970e64ad396610d51f69af
tool_cb_prg: avoid integer overflow

When calculating the progress bar width.

Reported-by: Peng Li
Fixes #3456
Closes #3458
src/tool_cb_prg.c