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

vbpf / prevail / 28819846306
87%

Build:
DEFAULT BRANCH: main
Ran 06 Jul 2026 08:17PM 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

06 Jul 2026 08:06PM UTC coverage: 86.472% (-0.002%) from 86.474%
28819846306

push

github

web-flow
Match subprogram relocations to their program by identity (heap OOB write) (#1161)

ProgramReader::append_subprograms selected function relocations by comparing
raw_programs[reloc.prog_index].function_name to prog.function_name, then
applied each with prog.prog[reloc.source_offset].imm = ...

reloc.source_offset is an instruction index into the relocation's OWNING
program (raw_programs[reloc.prog_index]), not prog. ELF symbol names are not
required to be unique, so two STT_FUNC programs can share a function_name; a
relocation whose source_offset is valid for the larger program was then
applied to a smaller same-named program's instruction vector via unchecked
operator[], a heap out-of-bounds write reachable from a crafted ELF (before
any --section filtering).

Match the relocation to its program by pointer identity
(&raw_programs[reloc.prog_index] == &prog), which is stable during the
append phase.

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

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

9141 of 10571 relevant lines covered (86.47%)

6473705.38 hits per line

Jobs
ID Job ID Ran Files Coverage
1 run-Debug - 28819846306.1 06 Jul 2026 10:01PM UTC 79
84.74
GitHub Action Run
2 run-Release - 28819846306.2 06 Jul 2026 08:17PM UTC 79
85.56
GitHub Action Run
Source Files on build 28819846306
  • Tree
  • List 79
  • Changed 1
  • Source Changed 0
  • Coverage Changed 1
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • bdb509ab on github
  • Prev Build on main (#28819798744)
  • Next Build on main (#28864319397)
  • 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