1. 29 Apr, 2019 1 commit
    • Daniel Stenberg's avatar
      CURL_MAX_INPUT_LENGTH: largest acceptable string input size · 5fc28510
      Daniel Stenberg authored
      This limits all accepted input strings passed to libcurl to be less than
      CURL_MAX_INPUT_LENGTH (8000000) bytes, for these API calls:
      curl_easy_setopt() and curl_url_set().
      
      The 8000000 number is arbitrary picked and is meant to detect mistakes
      or abuse, not to limit actual practical use cases. By limiting the
      acceptable string lengths we also reduce the risk of integer overflows
      all over.
      
      NOTE: This does not apply to `CURLOPT_POSTFIELDS`.
      
      Test 1559 verifies.
      
      Closes #3805
      5fc28510
  2. 28 Apr, 2019 1 commit
  3. 27 Apr, 2019 1 commit
  4. 23 Apr, 2019 5 commits
  5. 22 Apr, 2019 3 commits
  6. 21 Apr, 2019 4 commits
  7. 20 Apr, 2019 4 commits
  8. 19 Apr, 2019 1 commit
  9. 16 Apr, 2019 5 commits
  10. 15 Apr, 2019 7 commits
  11. 14 Apr, 2019 5 commits
  12. 13 Apr, 2019 3 commits