• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

curl / curl / 10480
37%

Build:
DEFAULT BRANCH: master
Ran 29 Apr 2019 07:56AM UTC
Jobs 1
Files 83
Run time 27s
Badge
Embed ▾
README BADGES
x

If you need to use a raster PNG badge, change the '.svg' to '.png' in the link

Markdown

Textile

RDoc

HTML

Rst

pending completion
10480

push

travis-ci

bagder
CURL_MAX_INPUT_LENGTH: largest acceptable string input size

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

9 of 9 new or added lines in 2 files covered. (100.0%)

1983 of 2496 relevant lines covered (79.45%)

0.0 hits per line

Jobs
ID Job ID Ran Files Coverage
25 10480.25 (T=coverage OVERRIDE_CC="CC=gcc-8" OVERRIDE_CXX="CXX=g++-8") 29 Apr 2019 07:56AM UTC 0
76.51
Travis Job 10480.25
Source Files on build 10480
Detailed source file information is not available for this build.
  • Back to Repo
  • Travis Build #10480
  • 5fc28510 on github
  • Prev Build on master (#10475)
  • Next Build on master (#10481)
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE TRIAL · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc