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

bodgit / sevenzip / 25081651856
75%

Build:
DEFAULT BRANCH: main
Ran 28 Apr 2026 10:49PM 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:48PM UTC coverage: 74.815% (+0.2%) from 74.59%
25081651856

push

github

web-flow
fix: Prevent panics discovered by fuzzing (#402)

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.

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 25081651856.1 28 Apr 2026 10:49PM UTC 24
74.81
GitHub Action Run
Source Files on build 25081651856
  • Tree
  • List 24
  • Changed 2
  • Source Changed 0
  • Coverage Changed 2
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • 740fcf91 on github
  • Prev Build on main (#25081198426)
  • Next Build on main (#25081750094)
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