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

dangernoodle-io / breadboard / 27732838344
100%

Build:
DEFAULT BRANCH: main
Ran 18 Jun 2026 02:32AM UTC
Jobs 1
Files 34
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

18 Jun 2026 02:31AM UTC coverage: 100.0%. Remained the same
27732838344

push

github

web-flow
fix: use-after-free of MQTT handle in bb_sink_mqtt across OTA suspend/resume (B1-296) (#460)

- add bb_sink_mqtt_default() that resolves bb_mqtt_default() at publish
  time instead of capturing the handle pointer at boot; a NULL handle
  during the suspend window returns BB_ERR_INVALID_ARG (clean no-op,
  no crash) and the post-resume fresh handle is used automatically
- update bb_mqtt_telemetry_host.c winner path to register the dynamic
  sink; replace the now-false "handle is stable for device lifetime
  (B1-289)" comment with an accurate B1-296 note
- fix stale HANDLE STABILITY CONTRACT comment in bb_mqtt_espidf.c that
  described intended-but-unimplemented behavior; update to reflect the
  actual dynamic-resolution approach
- defense-in-depth (Fix C): guard bb_mqtt_publish in bb_mqtt_espidf.c
  under h->lock, check h->destroyed / h->client == NULL, capture client
  pointer locally, release lock before blocking publish call
- add five regression tests covering: dynamic sink routes to live handle,
  suspend is a safe no-op (non-crash), resume routes to the new handle
  and never the old freed one

Co-authored-by: Claude Sonnet 4.6 <noreply@anthropic.com>

1618 of 1618 branches covered (100.0%)

Branch coverage included in aggregate %.

2714 of 2714 relevant lines covered (100.0%)

1208.58 hits per line

Jobs
ID Job ID Ran Files Coverage
1 27732838344.1 18 Jun 2026 02:32AM UTC 34
100.0
GitHub Action Run
Source Files on build 27732838344
  • Tree
  • List 34
  • 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 #27732838344
  • bd5ac593 on github
  • Prev Build on main (#27704273508)
  • Next Build on main (#27799621556)
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