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

ctz / rustls / 490
96%

Build:
DEFAULT BRANCH: master
Ran 02 Apr 2018 05:32PM UTC
Jobs 1
Files 45
Run time 4s
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
490

push

travis-ci

ctz
Prevent Stream::read() from prematurely returning 0

Previously, it was possible for Stream::read() to return 0 in cases
where the underlying socket had not signalled EOF. This broke functions
such as read_exact(), which expects 0 to be returned only on EOF.

The bug occurred when only a partial TLS packet was available on the
underlying socket. This caused complete_io() to return successfully,
since it read some data, but failed to get more plaintext, since a
partial packet cannot be decoded.

4392 of 7609 branches covered (57.72%)

3 of 3 new or added lines in 1 file covered. (100.0%)

6339 of 6578 relevant lines covered (96.37%)

6287.04 hits per line

Jobs
ID Job ID Ran Files Coverage
2 490.2 (COVERAGE=1) 02 Apr 2018 05:32PM UTC 0
96.37
Travis Job 490.2
Source Files on build 490
Detailed source file information is not available for this build.
  • Back to Repo
  • Travis Build #490
  • bcd0cb2e on github
  • Prev Build on master (#489)
  • Next Build on master (#494)
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