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

dangernoodle-io / breadboard / 26382692810
100%

Build:
DEFAULT BRANCH: main
Ran 25 May 2026 04:09AM UTC
Jobs 1
Files 21
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

25 May 2026 04:08AM UTC coverage: 100.0%. Remained the same
26382692810

push

github

web-flow
fix(bb_mdns): relocate txt[] pointers after batch struct copy (#311)

PR #309's coalescing copies bb_mdns_evt_t by struct assignment, which
duplicates payload[] but leaves txt[i].key/value pointing into the source
evt's payload. By the time the dispatcher fires (post-flush, ~50ms later
on a different task), the source evt has gone out of scope and the txt
pointers are dangling.

Symptom: knot (TM mDNS browse consumer) sees empty TXT records — peer
version/board/state fields all missing in /api/knot. Affects all consumers
of bb_mdns_browse_start TXT data.

Fix: after the struct copy, compute the offset between destination and
source payloads, relocate each non-NULL txt[i].key/value pointer.

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

1334 of 1334 branches covered (100.0%)

Branch coverage included in aggregate %.

2268 of 2268 relevant lines covered (100.0%)

912.72 hits per line

Jobs
ID Job ID Ran Files Coverage
1 26382692810.1 25 May 2026 04:09AM UTC 21
100.0
GitHub Action Run
Source Files on build 26382692810
  • Tree
  • List 21
  • 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 #26382692810
  • 70ef9e90 on github
  • Prev Build on main (#26352247157)
  • Next Build on main (#26543861051)
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