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

curl / curl / 8966
37%

Build:
DEFAULT BRANCH: master
Ran 16 Oct 2018 09:59AM UTC
Jobs 1
Files 275
Run time 849min
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
8966

push

travis-ci

Jay Satiro
x509asn1: Fix SAN IP address verification

For IP addresses in the subject alternative name field, the length
of the IP address (and hence the number of bytes to perform a
memcmp on) is incorrectly calculated to be zero. The code previously
subtracted q from name.end. where in a successful case q = name.end
and therefore addrlen equalled 0. The change modifies the code to
subtract name.beg from name.end to calculate the length correctly.

The issue only affects libcurl with GSKit SSL, not other SSL backends.
The issue is not a security issue as IP verification would always fail.

Fixes #3102
Closes #3141

21312 of 28983 relevant lines covered (73.53%)

620119.86 hits per line

Jobs
ID Job ID Ran Files Coverage
22 8966.22 (T=coverage) 16 Oct 2018 09:59AM UTC 0
73.53
Travis Job 8966.22
Source Files on build 8966
Detailed source file information is not available for this build.
  • Back to Repo
  • Travis Build #8966
  • df54b14f on github
  • Prev Build on master (#8961)
  • Next Build on master (#8969)
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc