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

vbpf / prevail / 22272173442
89%

Build:
DEFAULT BRANCH: main
Ran 22 Feb 2026 06:51AM 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 06:40AM UTC coverage: 88.53% (+0.02%) from 88.51%
22272173442

push

github

elazarg
Reject null pointer with non-zero access size

When a helper accepts PTR_TO_MEM_OR_NULL paired with
CONST_SIZE_OR_ZERO, the ValidAccess checker verified that a null
pointer has svalue==0 but did not verify the corresponding access
width is also zero. This allowed passing NULL with an arbitrary
non-zero size to helpers like csum_diff.

The fix requires that when the pointer is null (T_NUM with or_null),
the access width must also be zero — matching the Linux kernel's
check_mem_access semantics.

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

3 of 5 new or added lines in 1 file covered. (60.0%)

87 existing lines in 5 files now uncovered.

13144 of 14847 relevant lines covered (88.53%)

4619186.78 hits per line

New Missed Lines in Diff

Lines Coverage ∆ File
2
89.76
-0.2% src/crab/ebpf_checker.cpp

Uncovered Existing Lines

Lines Coverage ∆ File
1
89.76
-0.2% src/crab/ebpf_checker.cpp
7
84.03
0.0% src/ir/syntax.hpp
11
95.16
0.01% src/ir/unmarshal.cpp
24
91.98
0.04% src/crab/ebpf_transformer.cpp
44
56.03
1.35% src/linux/kfunc.cpp
Jobs
ID Job ID Ran Files Coverage
1 run-Release - 22272173442.1 22 Feb 2026 06:51AM UTC 106
87.73
GitHub Action Run
2 run-Debug - 22272173442.2 22 Feb 2026 07:45AM UTC 106
86.66
GitHub Action Run
Source Files on build 22272173442
  • Tree
  • List 106
  • Changed 7
  • Source Changed 0
  • Coverage Changed 7
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • 763b9539 on github
  • Prev Build on main (#22269105447)
  • Next Build on main (#22272168528)
  • 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