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

vbpf / prevail / 22275929647
89%

Build:
DEFAULT BRANCH: main
Ran 22 Feb 2026 11:17AM UTC
Jobs 2
Files 106
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 Feb 2026 11:06AM UTC coverage: 88.528% (-0.002%) from 88.53%
22275929647

push

github

web-flow
Fix soundness bugs in 32-bit comparison handling (#1038)

* Fix soundness bugs in 32-bit comparison handling (#874, #875)

Bug #875: is64 flag was set but never read. Hardcoded 64 replaced with
is64?64:32 in get_signed_intervals and get_unsigned_intervals.

Bug #874: In assume_signed_32bit_eq, lb was incremented but lb_match
(from original lb) was used. Fix: adjust lb_match/ub_match directly
instead of lb.

* Guard against signed overflow in assume_signed_32bit_eq

lb_match += 0x100000000 and ub_match -= 0x100000000 can overflow int64_t
when the 64-bit svalue interval bounds are near INT64_MAX or INT64_MIN.
Add overflow checks before each adjustment; if the adjustment would
overflow, return {} (no constraints = sound overapproximation).

---------

Signed-off-by: Elazar Gershuni <elazarg@gmail.com>
Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>

18 of 19 new or added lines in 1 file covered. (94.74%)

13149 of 14853 relevant lines covered (88.53%)

4639178.91 hits per line

New Missed Lines in Diff

Lines Coverage ∆ File
1
95.46
-0.11% src/crab/finite_domain.cpp
Jobs
ID Job ID Ran Files Coverage
1 run-Release - 22275929647.1 22 Feb 2026 11:17AM UTC 106
87.73
GitHub Action Run
2 run-Debug - 22275929647.2 22 Feb 2026 12:10PM UTC 106
86.66
GitHub Action Run
Source Files on build 22275929647
  • Tree
  • List 106
  • Changed 1
  • Source Changed 0
  • Coverage Changed 1
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • 5650251f on github
  • Prev Build on main (#22272173442)
  • Next Build on main (#22275933828)
  • 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