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

bodgit / sevenzip / 25081375762
75%
main: 75%

Build:
Build:
LAST BUILD BRANCH: release-please--branches--main
DEFAULT BRANCH: main
Ran 28 Apr 2026 10:41PM UTC
Jobs 1
Files 24
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

28 Apr 2026 10:39PM UTC coverage: 74.815% (+0.2%) from 74.59%
25081375762

Pull #402

github

bodgit
fix: Prevent panics discovered by fuzzing

A number of `uint64` values read from the file are used for sizing
slices however really large values will induce a panic which can happen
when fuzzing.

For now, check these values are no greater than `math.MaxUint32` which
is safely within the Golang limit for slices and probably large enough.

Some values also should be greater than zero so add an additional check
for that where necessary.
Pull Request #402: fix: Prevent panics discovered by fuzzing

38 of 62 new or added lines in 1 file covered. (61.29%)

1818 of 2430 relevant lines covered (74.81%)

0.84 hits per line

Uncovered Changes

Lines Coverage ∆ File
24
60.53
1.44% types.go
Jobs
ID Job ID Ran Files Coverage
1 25081375762.1 28 Apr 2026 10:41PM UTC 24
74.81
GitHub Action Run
Source Files on build 25081375762
  • Tree
  • List 24
  • Changed 2
  • Source Changed 0
  • Coverage Changed 2
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • Pull Request #402
  • PR Base - main (#25081198426)
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