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

RobotWebTools / rclnodejs / 35591687490
91%

Build:
DEFAULT BRANCH: develop
Ran 21 Sep 2026 11:08AM UTC
Jobs 1
Files 67
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 Sep 2026 10:59AM UTC coverage: 91.136%. Remained the same
35591687490

push

github

web-flow
fix: add NULL pointer check in rcl_client_bindings.cpp (CWE-476) (#1613)

The CreateClient function allocates memory for rcl_client_t using malloc() without checking if the allocation succeeded. If malloc returns NULL due to memory exhaustion, the code immediately dereferences the NULL pointer, causing a segmentation fault and application crash. The affected code is `src/rcl_client_bindings.cpp:43`. This change is the fix I would apply.

Reference: [CWE-476](https://cwe.mitre.org/data/definitions/476.html)

Fixes #1616

2303 of 2700 branches covered (85.3%)

Branch coverage included in aggregate %.

18064 of 19648 relevant lines covered (91.94%)

225.46 hits per line

Jobs
ID Job ID Ran Files Coverage
1 35591687490.1 21 Sep 2026 11:08AM UTC 67
91.14
GitHub Action Run
Source Files on build 35591687490
  • Tree
  • List 67
  • Changed 2
  • Source Changed 0
  • Coverage Changed 2
Coverage ∆ File Lines Relevant Covered Missed Hits/Line Branch Hits Branch Misses
  • Back to Repo
  • Github Actions Build #35591687490
  • 7fec48d5 on github
  • Prev Build on develop (#35493048849)
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE TRIAL · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc