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

bodgit / sevenzip / 26266804322
75%
main: 75%

Build:
Build:
LAST BUILD BRANCH: release-please--branches--main
DEFAULT BRANCH: main
Ran 22 May 2026 09:00AM UTC
Jobs 1
Files 25
Run time 1min
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

22 May 2026 03:24AM UTC coverage: 74.939% (+0.05%) from 74.889%
26266804322

Pull #453

github

hobeone
fix(types): prevent implicit 32-bit overflow panic and OOM DoS in checkUint64

- Enforce math.MaxInt bounds check in checkUint64 to prevent negative-size slice allocations and implicit integer conversions panicking on 32-bit architectures.
- Enforce math.MaxUint32 bounds check in checkUint64 to prevent slice allocation length out of range panics on 64-bit architectures.
- Implement incremental slice allocation via min(count, 1024) and append in readBool, readSizes, readFolder, and readUnpackInfo to mitigate memory exhaustion DoS from maliciously large metadata counts.
- Dynamic slice growth via append has negligible performance impact as 7z decompression CPU cycles completely dominate total execution time (99.9%+).
Pull Request #453: fix(types): prevent implicit 32-bit overflow panic and OOM DoS in checkUint64

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

1857 of 2478 relevant lines covered (74.94%)

0.84 hits per line

Jobs
ID Job ID Ran Files Coverage
1 26266804322.1 22 May 2026 09:00AM UTC 25
74.94
GitHub Action Run
Source Files on build 26266804322
  • Tree
  • List 25
  • Changed 1
  • Source Changed 0
  • Coverage Changed 1
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • Pull Request #453
  • PR Base - main (#26260894058)
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