You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I ran into a panic in generated code, specifically version 0.2.0 of go-graphsync. The code uses gogo version 1.3.1, but I checked the diff to 1.3.2 and it doesn't look like the issue has been fixed.
When calling message.FromNet with a reader that returns the following bytes/string, the generated code panics with the attached stack trace. The affected code does not use gogo anymore, but other users of gogo may experience similar issues.
I ran into a panic in generated code, specifically version 0.2.0 of go-graphsync. The code uses gogo version 1.3.1, but I checked the diff to 1.3.2 and it doesn't look like the issue has been fixed.
When calling
message.FromNet
with a reader that returns the following bytes/string, the generated code panics with the attached stack trace. The affected code does not use gogo anymore, but other users of gogo may experience similar issues.Input:
$\x1a \x8000\x1a\x16002\xf4\xff\xff\xff\xff\xff\xff\xff\xff00000000000000000
Stack Trace:
The text was updated successfully, but these errors were encountered: