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

dangernoodle-io / breadboard / 27921112169
100%

Build:
DEFAULT BRANCH: main
Ran 21 Jun 2026 11:37PM UTC
Jobs 1
Files 36
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

21 Jun 2026 11:36PM UTC coverage: 100.0%. Remained the same
27921112169

push

github

web-flow
fix: bb_mqtt_subscribe UAF — apply lock+destroyed-check+local-capture pattern from publish (#489)

- bb_mqtt_subscribe on espidf backend read h->client bare without taking
  h->lock or checking h->destroyed; concurrent bb_mqtt_destroy could free
  the underlying esp-mqtt handle mid-call (use-after-free)
- apply the same guard as bb_mqtt_publish (B1-296): take lock, check
  destroyed||client==NULL, capture local client pointer, release lock, then
  pass local pointer to esp_mqtt_client_subscribe
- add bb_log_w on the dead-handle path, matching publish
- host stub: add !handle || !topic guard to bb_mqtt_subscribe for parity
  (was silently ignoring NULL args)
- add 3 tests: null handle, null topic, happy path

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

1718 of 1718 branches covered (100.0%)

Branch coverage included in aggregate %.

2845 of 2845 relevant lines covered (100.0%)

1227.49 hits per line

Jobs
ID Job ID Ran Files Coverage
1 27921112169.1 21 Jun 2026 11:37PM UTC 36
100.0
GitHub Action Run
Source Files on build 27921112169
  • Tree
  • List 36
  • 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 #27921112169
  • c89aae32 on github
  • Prev Build on main (#27920978336)
  • Next Build on main (#27921235882)
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