-
Notifications
You must be signed in to change notification settings - Fork 17.9k
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
expvar: panic: interface conversion: interface is nil, not expvar.Var #53422
Comments
Or maybe gotip on playground does not have latest patch... |
No,I see. |
The playground has a slight lag for tip, you can get the version via Doesn't repro locally on tip / |
Duplicate of #52719 |
Thanks, I had wrongly read the fix was merged longer ago :-) |
What version of Go are you using (
go version
)?Does this issue reproduce with the latest release?
Yes
What operating system and processor architecture are you using (
go env
)?go env
OutputWhat did you do?
Run https://go.dev/play/p/L708GRIfgkv?v=gotip
What did you expect to see?
The program finishing and printing hello
What did you see instead?
Found by https://github.com/catenacyber/ngolo-fuzzing on oss-fuzz
https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=48049
Seems like fix for #52719 was not complete
The text was updated successfully, but these errors were encountered: