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

KarpelesLab / goro / 26066024770
13%

Build:
DEFAULT BRANCH: master
Ran 18 May 2026 11:24PM UTC
Jobs 1
Files 398
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 May 2026 11:17PM UTC coverage: 12.316% (-0.001%) from 12.317%
26066024770

push

github

MagicalTux
ext/mbstring: fix infinite recursion in findFirstString on cyclic arrays

PHP arrays can hold references to themselves (e.g.
\`\$a = []; \$a[] = &\$a;\`). The previous traversal recursed into
each element unconditionally and overflowed Go's goroutine stack
when given such a cycle — the trigger was a particular mb_convert_*
test variant.

Added a visited-set parameter (same shape as
compile-unset.go's callDestructorIfNeededVisited).

Note: the overflow was the root cause of the CI cascades observed
in the recent NoDiscard / static var / VarVarRead lowering CIs —
the lowerings shifted memory pressure so the overflow hit earlier.

Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>

0 of 11 new or added lines in 1 file covered. (0.0%)

14409 of 116997 relevant lines covered (12.32%)

2564.23 hits per line

Uncovered Changes

Lines Coverage ∆ File
11
0.0
0.0% ext/mbstring/mbstring_funcs.go
Jobs
ID Job ID Ran Files Coverage
1 26066024770.1 18 May 2026 11:24PM UTC 398
12.32
GitHub Action Run
Source Files on build 26066024770
  • Tree
  • List 398
  • Changed 1
  • Source Changed 1
  • Coverage Changed 1
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • Github Actions Build #26066024770
  • 9e832875 on github
  • Prev Build on master (#26065629749)
  • Next Build on master (#26066449413)
  • 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