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

vbpf / prevail / 24307155209
89%

Build:
DEFAULT BRANCH: main
Ran 12 Apr 2026 01:01PM 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

12 Apr 2026 12:50PM UTC coverage: 89.129%. Remained the same
24307155209

push

github

web-flow
Fix stack numeric size lost through imprecise pointer stores (#1068)

When a store occurs through a derived stack pointer whose offset is an
imprecise range (e.g., [504, 508] after loop widening), store_type()
would unconditionally havoc num_bytes for the entire range. This
destroyed previously-proven numeric status for those bytes, causing
subsequent helpers to fail with 'Stack content is not numeric' because
stack_numeric_size could not be recomputed from the damaged num_bytes.

Fix: only havoc num_bytes when the stored value is NOT numeric. When
the value IS numeric, leave num_bytes unchanged — the written bytes
remain numeric (they were overwritten with a numeric value), and the
unwritten bytes retain their previous status. This is sound because
no byte transitions from non-numeric to numeric (we do not set new
num_bytes bits), and no byte transitions from numeric to non-numeric
(the stored value is numeric).

Signed-off-by: Michael Agun <danielagun@microsoft.com>

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

13388 of 15021 relevant lines covered (89.13%)

4586774.77 hits per line

Jobs
ID Job ID Ran Files Coverage
1 run-Debug - 24307155209.1 12 Apr 2026 02:00PM UTC 106
87.3
GitHub Action Run
2 run-Release - 24307155209.2 12 Apr 2026 01:01PM UTC 106
88.38
GitHub Action Run
Source Files on build 24307155209
  • Tree
  • List 106
  • Changed 2
  • Source Changed 0
  • Coverage Changed 2
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • 2353f9c3 on github
  • Prev Build on main (#24007808325)
  • Next Build on main (#24307271173)
  • 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