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
Yeah, bincode 1 has horribly busted limit estimation, especially when reading from a slice. In fact, with the current fuzzer the limit doesn't even get checked on bincode v1. v1 only does limit calculations when reading from a Read type, not a slice. I'd ignore limit errors for now.
This isn't necessarily "there is a bug in bincode", but there may be a bug in the fuzzing harness.
Should this be considered a bug, or should I just throw out cases where either one says limits exceeded?
The text was updated successfully, but these errors were encountered: