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

dangernoodle-io / breadboard / 28563196129
100%

Build:
DEFAULT BRANCH: main
Ran 02 Jul 2026 03:27AM UTC
Jobs 1
Files 40
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

02 Jul 2026 03:26AM UTC coverage: 100.0%. Remained the same
28563196129

push

github

web-flow
feat(bb_pool): object/memory pool over bb_arena — RETAINED/FIFO/TRANSIENT/SLOTS, arena-optional (B1-478 PR C) (#654)

- bb_pool_create now routes through bb_pool_arena_size_needed's overflow-checked path (and validates free arena bytes) instead of re-deriving carve sizes with raw multiplications, closing an OOB-write path on 32-bit wraparound
- SLOTS mode gains a per-slot acquired bitmap to detect double-release (and release of a never-acquired in-bounds pointer) instead of only rejecting a full free-list
- add bb_pool_cfg_t.transient_reserve_bytes so bb_pool_create_owned() with TRANSIENT mode carves usable bump headroom instead of a zero-capacity pool
- make align_up overflow-safe (SIZE_MAX sentinel) so RETAINED/SLOTS max_slot_bytes near SIZE_MAX can't silently wrap to a tiny slot_stride
- document bb_pool_destroy's post-destroy UAF caveat and bb_pool_retained_update's shrink-leaves-stale-bytes behavior
- zero bb_pool_fifo_hdr_t before field assignment to avoid copying indeterminate struct padding into the arena

Co-authored-by: Claude Opus 4.8 <noreply@anthropic.com>

1840 of 1840 branches covered (100.0%)

Branch coverage included in aggregate %.

3167 of 3167 relevant lines covered (100.0%)

1301.08 hits per line

Jobs
ID Job ID Ran Files Coverage
1 28563196129.1 02 Jul 2026 03:27AM UTC 40
100.0
GitHub Action Run
Source Files on build 28563196129
  • Tree
  • List 40
  • Changed 0
  • Source Changed 0
  • Coverage Changed 0
Coverage ∆ File Lines Relevant Covered Missed Hits/Line Branch Hits Branch Misses
  • Back to Repo
  • Github Actions Build #28563196129
  • 52d8649b on github
  • Prev Build on main (#28562091915)
  • Next Build on main (#28564007362)
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