diff options
author | Daniel Stenberg <daniel@haxx.se> | 2018-11-05 11:57:29 +0100 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2018-11-07 11:48:17 +0100 |
commit | 52db54869e628c5b13039ecc2b4757f8eb969834 (patch) | |
tree | 1d2958a5aa7fa1cace4e54c54e0ea92bd2b84883 /tests/unit/unit1303.c | |
parent | bda4ef417a00c91e3a7829fdba4b0968dd62e497 (diff) |
curl: fix --local-port integer overflow
The tool's local port command line range parser didn't check for integer
overflows and could pass "weird" data to libcurl for this option.
libcurl however, has a strict range check for the values so it rejects
anything outside of the accepted range.
Reported-by: Brian Carpenter
Closes #3242
Diffstat (limited to 'tests/unit/unit1303.c')
0 files changed, 0 insertions, 0 deletions