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
Closes#1215 by fixing the way encoding size is computed.
---------
Co-authored-by: MujkicA <32431923+MujkicA@users.noreply.github.com>
Co-authored-by: Rodrigo Araújo <rod.dearaujo@gmail.com>
During a fuzzing campaign, it turned out that this test panics with an
attempt to add with overflow
:at the
decode_multiple
step.We should probably enforce some upper limit on the length of
StringArray
andArray
.The text was updated successfully, but these errors were encountered: