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

vbpf / prevail / 29778242089
87%

Build:
DEFAULT BRANCH: main
Ran 20 Jul 2026 09:07PM 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

20 Jul 2026 08:57PM UTC coverage: 86.762% (+0.003%) from 86.759%
29778242089

push

github

elazarg
Havoc exact-match stack cell on kill (fixes #1202)

`get_overlap_cells` deliberately excludes the exact-match cell (o, size)
because loads handle it separately via `get_cell`. But `kill_and_find_var`
reuses `get_overlap_cells` for the havoc path, so overwriting an exact-match
stack cell with an uninitialized register (ebpf_transformer's pure-havoc
branch) never forgot the cell's value/type. A later aligned load then read
back the stale known value, so the verifier believed a register held a known
scalar while at runtime it was uninitialized garbage -- an accept-unsafe
soundness hole.

Include the exact-match cell in the kill set. Strong-update callers (store,
store_type) re-create and reassign the cell afterward, so they are unaffected;
pure-havoc callers (havoc, havoc_type) now correctly forget it.

Regression test in test-data/stack.yaml: store a known 8-byte value, overwrite
the same slot/width with an uninitialized register, reload, and assert the
value is gone. Confirmed to fail without the fix (stale svalue/uvalue=42
survive) and pass with it.

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_01QRunjNUunuZjp6KiBSZXzt
Signed-off-by: Elazar Gershuni <elazarg@gmail.com>

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

1 existing line in 1 file now uncovered.

9326 of 10749 relevant lines covered (86.76%)

6319021.66 hits per line

Coverage Regressions

Lines Coverage ∆ File
1
85.16
-0.18% src/crab/array_domain.cpp
Jobs
ID Job ID Ran Files Coverage
1 run-Debug - 29778242089.1 20 Jul 2026 10:00PM UTC 77
85.03
GitHub Action Run
2 run-Release - 29778242089.2 20 Jul 2026 09:07PM UTC 79
85.87
GitHub Action Run
Source Files on build 29778242089
  • Tree
  • List 79
  • Changed 2
  • Source Changed 1
  • Coverage Changed 2
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • Github Actions Build #29778242089
  • b8dd9261 on github
  • Prev Build on main (#29361137028)
  • Next Build on main (#29851285864)
  • Delete
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE TRIAL · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc