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
In general, currently read_box on all boxes don't have checks against box size before reading data out of the box. This can probably be accomplished pretty easily by doing this at the top of every box:
letmut reader = reader.take(size);
The text was updated successfully, but these errors were encountered:
In general, currently
read_box
on all boxes don't have checks against box size before reading data out of the box. This can probably be accomplished pretty easily by doing this at the top of every box:The text was updated successfully, but these errors were encountered: