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

veeso / suppaftp / 21951179316 / 1
78%
main: 78%

Build:
DEFAULT BRANCH: main
Ran 12 Feb 2026 02:56PM UTC
Files 29
Run time 1s
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

12 Feb 2026 02:43PM UTC coverage: 73.309% (-0.1%) from 73.419%
21951179316.1

push

github

web-flow
fix: replace unsafe UB in tokio AsyncNativeTlsStream::tcp_stream() (#135)

The previous implementation used Box::from_raw on a pointer obtained from
get_ref(), which points into the interior of a TlsStream allocation, not
a Box allocation. This caused heap corruption / undefined behavior.

Replace with safe fd cloning via BorrowedFd::try_clone_to_owned().

3425 of 4672 relevant lines covered (73.31%)

93.72 hits per line

Source Files on job 21951179316.1
  • Tree
  • List 29
  • Changed 1
  • Source Changed 1
  • Coverage Changed 1
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Build 21951179316
  • f2282745 on github
  • Prev Job for on main (#21949133131.1)
  • Next Job for on main (#21951787528.1)
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