diff options
author | Daniel Stenberg <daniel@haxx.se> | 2011-11-09 22:50:36 +0100 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2011-11-11 19:57:49 +0100 |
commit | 10120e6ab545c18a89f8f23006322e2aa23fa15d (patch) | |
tree | c59fbfaff3c4e03636952544a93aaf373d9c602a /src/tool_panykey.c | |
parent | 082e8a3b03d2c47d237994675bface127ab23c29 (diff) |
progress_cb: avoid buffer overflow
The progress bar output function would blindly use the terminal width
without bounds checking. When using a very wide terminal that caused a
buffer overflow and segfault.
We now limit the max bar with to 255 columns, and I simplified the code
to avoid an extra snprintf and buffer.
Bug: http://curl.haxx.se/bug/view.cgi?id=3435710
Reported by: Alexey Zakhlestin
Diffstat (limited to 'src/tool_panykey.c')
0 files changed, 0 insertions, 0 deletions