diff options
author | Jay Satiro <raysatiro@yahoo.com> | 2015-12-07 02:43:24 -0500 |
---|---|---|
committer | Jay Satiro <raysatiro@yahoo.com> | 2015-12-07 02:43:24 -0500 |
commit | 738b0ba09eb0b9e662dea3c436a88d505195f5e4 (patch) | |
tree | d28ccc2a83e4929d3d86b238443b2aaa1578157b /lib/curl_addrinfo.c | |
parent | a62000ecc9edf38a843cd8da7868fa976fec1ba2 (diff) |
formdata: Check if length is too large for memory
- If the size of the length type (curl_off_t) is greater than the size
of the size_t type then check before allocating memory to make sure the
value of length will fit in a size_t without overflow. If it doesn't
then return CURLE_BAD_FUNCTION_ARGUMENT.
Bug: https://github.com/bagder/curl/issues/425#issuecomment-154518679
Reported-by: Steve Holme
Diffstat (limited to 'lib/curl_addrinfo.c')
0 files changed, 0 insertions, 0 deletions