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

dangernoodle-io / breadboard / 25263655219
100%

Build:
DEFAULT BRANCH: main
Ran 02 May 2026 10:40PM UTC
Jobs 1
Files 10
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 May 2026 10:39PM UTC coverage: 100.0%. Remained the same
25263655219

push

github

web-flow
fix(bb_mdns): inline scalar string fields in peer / query result (B1-86) (#177)

bb_mdns_peer_t and bb_mdns_query_result_t exposed instance_name,
hostname, and ip4 as `const char *` pointing into a recyclable file-
scope event-pool slot. The header documented the callback-only
lifetime, but the API still made it trivial to retain a pointer past
the callback and read garbage once the slot was reused.

Inline the three scalar strings as fixed-size char arrays sized to
match the underlying event-pool buffers (BB_MDNS_INSTANCE_NAME_MAX=64,
BB_MDNS_HOSTNAME_MAX=64, BB_MDNS_IP4_MAX=16). A struct copy now
preserves the strings; empty fields are zero-length, never NULL.

The variable-length `txt` array stays as a callback-scoped pointer
view — inlining a TXT array would balloon the struct for the typical
4-6-record case. Doc comments updated to call out the split lifetime
contract: scalars are copy-safe, txt requires explicit copy.

One known consumer (TaipanMiner components/knot/src/knot.c) needs
matching NULL-guard cleanup; tracked as TA-348. Smoke envs (esp32,
esp32c3, tdongle, elecrow-p4-hmi7) build clean against this change.

336 of 336 branches covered (100.0%)

Branch coverage included in aggregate %.

557 of 557 relevant lines covered (100.0%)

477.93 hits per line

Jobs
ID Job ID Ran Files Coverage
1 25263655219.1 02 May 2026 10:40PM UTC 10
100.0
GitHub Action Run
Source Files on build 25263655219
  • Tree
  • List 10
  • 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 #25263655219
  • a4b1255d on github
  • Prev Build on main (#25262914456)
  • Next Build on main (#25263751792)
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