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

curl / curl / 8966 / 22
37%
master: 37%

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

16 Oct 2018 07:52AM UTC coverage: 73.533%. Remained the same
T=coverage

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

Source Files on job 8966.22 (T=coverage)
  • Tree
  • List 0
  • Changed 77
  • Source Changed 1
  • Coverage Changed 76
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Build 8397
  • Travis Job 8966.22
  • df54b14f on github
  • Prev Job for T=coverage on master (#8961.22)
  • Next Job for T=coverage on master (#8969.22)
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