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

dangernoodle-io / breadboard / 26616776982
100%

Build:
DEFAULT BRANCH: main
Ran 29 May 2026 03:50AM 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

29 May 2026 03:48AM UTC coverage: 100.0%. Remained the same
26616776982

push

github

web-flow
fix(bb_mdns): relocate txt[] pointers after batch flush memcpy (#316)

commit #311 fixed the analogous aliasing in batch_append_locked but missed
the flush path (batch_do_flush_locked). the memcpy in that path copies each
entry's payload[] into the queue item but leaves txt[].key/value aimed at
the source s_batch buffer. s_batch is a persistent static that the next
browse burst overwrites before the single-core-starved dispatcher drains the
item, so the dispatcher reads another peer's txt — producing cross-attributed
worker/version fields and blank entries in the knot peer table.

fix inserts a pointer-relocation loop (mirroring the append path) between the
memcpy and the s_batch.count = 0 reset. validated on esp32-c3: peer workers
then matched hostnames with zero missing version fields.

Co-authored-by: Claude Sonnet 4.6 <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 26616776982.1 29 May 2026 03:50AM UTC 21
100.0
GitHub Action Run
Source Files on build 26616776982
  • 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 #26616776982
  • fdda494e on github
  • Prev Build on main (#26612615477)
  • Next Build on main (#26693251061)
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