Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(gnovm): Fix panic when calling len()/cap() on pointer array #2709

Merged
merged 9 commits into from
Sep 13, 2024

fixup

044054d
Select commit
Loading
Failed to load commit list.
Merged

fix(gnovm): Fix panic when calling len()/cap() on pointer array #2709

fixup
044054d
Select commit
Loading
Failed to load commit list.
Codecov / codecov/patch succeeded Sep 13, 2024 in 0s

58.33% of diff hit (within 10.00% threshold of 60.85%)

View this Pull Request on Codecov

58.33% of diff hit (within 10.00% threshold of 60.85%)

Annotations

Check warning on line 2128 in gnovm/pkg/gnolang/values.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

gnovm/pkg/gnolang/values.go#L2128

Added line #L2128 was not covered by tests

Check warning on line 2174 in gnovm/pkg/gnolang/values.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

gnovm/pkg/gnolang/values.go#L2173-L2174

Added lines #L2173 - L2174 were not covered by tests

Check warning on line 2225 in gnovm/pkg/gnolang/values.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

gnovm/pkg/gnolang/values.go#L2223-L2225

Added lines #L2223 - L2225 were not covered by tests

Check warning on line 2238 in gnovm/pkg/gnolang/values.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

gnovm/pkg/gnolang/values.go#L2236-L2238

Added lines #L2236 - L2238 were not covered by tests

Check warning on line 2258 in gnovm/pkg/gnolang/values.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

gnovm/pkg/gnolang/values.go#L2256-L2258

Added lines #L2256 - L2258 were not covered by tests