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

OpenCyphal-Garage / cy / 23800370046
100%
main: 100%

Build:
Build:
LAST BUILD BRANCH: dev
DEFAULT BRANCH: main
Ran 31 Mar 2026 01:43PM UTC
Jobs 1
Files 1
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

31 Mar 2026 01:39PM UTC coverage: 99.848% (+0.04%) from 99.81%
23800370046

push

github

MAMONTBOT
Fix uint16 overflow in pin parsing and replace unreachable code with assert

The decimal accumulator in name_consume_pin_suffix() was uint16_t, so
multiply-then-cast could wrap into the valid [0, 8191] range before the
bounds check (e.g. #65536 accepted as pin 0). Widen to uint32_t.

In cy_name_join(), the separator-overflow check is provably unreachable
(len > 0 ∧ len < dest_size ⇒ len + 1 ≤ dest_size); replace with assert.

Regression tests cover wrap-around values through both the internal
parser and the public cy_name_resolve API.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>

486 of 486 branches covered (100.0%)

Branch coverage included in aggregate %.

3 of 3 new or added lines in 1 file covered. (100.0%)

2140 of 2144 relevant lines covered (99.81%)

340983.94 hits per line

Jobs
ID Job ID Ran Files Coverage
1 23800370046.1 31 Mar 2026 01:43PM UTC 1
99.85
GitHub Action Run
Source Files on build 23800370046
  • Tree
  • List 1
  • Changed 1
  • Source Changed 1
  • Coverage Changed 1
Coverage ∆ File Lines Relevant Covered Missed Hits/Line Branch Hits Branch Misses
  • Back to Repo
  • Github Actions Build #23800370046
  • 1dd34d40 on github
  • Prev Build on dev (#23800233008)
  • Next Build on dev (#23800570619)
  • Delete
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