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
SizeUnknown is set to a large number 0xffffffffffffff that causes panic under certain conditions. I'm running this on mac os darwin which can potentially play a role. I wonder if a smaller number might be more reasonable.
Running ebml-go I get this error:
This panic happens when the byte array is created here: https://github.com/at-wat/ebml-go/blob/master/value.go#L207
Looks the issue is related to this area of the code: https://github.com/at-wat/ebml-go/blob/master/value.go#L73
SizeUnknown is set to a large number
0xffffffffffffff
that causes panic under certain conditions. I'm running this on mac os darwin which can potentially play a role. I wonder if a smaller number might be more reasonable.ebml-go/value.go
Line 31 in ee4c93c
The text was updated successfully, but these errors were encountered: