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

vbpf / prevail / 28621240250
86%

Build:
DEFAULT BRANCH: main
Ran 02 Jul 2026 09:11PM UTC
Jobs 2
Files 79
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

02 Jul 2026 09:00PM UTC coverage: 86.475%. Remained the same
28621240250

push

github

elazarg
Fix width argument in weak type-store havoc

ArrayDomain::store_type's weak (non-constant index) update called
num_bytes.havoc(lb, ub), but BitsetDomain::havoc's second parameter is a
width, not an upper bound. It therefore marked bytes [lb, lb+ub) non-numeric
instead of [lb, ub), over-clobbering numeric bytes (clamped to the stack
size). This is conservative and cannot accept an unsafe program, but it
loses precision and can cause spurious rejections.

Pass ub - lb as the width, matching the correct sibling calls.

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
Signed-off-by: Elazar Gershuni <elazarg@gmail.com>

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

9143 of 10573 relevant lines covered (86.47%)

6472055.5 hits per line

Jobs
ID Job ID Ran Files Coverage
1 run-Debug - 28621240250.1 02 Jul 2026 10:10PM UTC 79
84.74
GitHub Action Run
2 run-Release - 28621240250.2 02 Jul 2026 09:11PM UTC 79
85.56
GitHub Action Run
Source Files on build 28621240250
  • Tree
  • List 79
  • Changed 1
  • Source Changed 0
  • Coverage Changed 1
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • 22516b55 on github
  • Prev Build on main (#28621100060)
  • Next Build on main (#28718947255)
  • Delete
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