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
This shouldn't be an assertion. Any byte sequence is a valid input for loading savedata. We can reject it, but we can't crash the binary on broken saves.
The text was updated successfully, but these errors were encountered:
E.g.
c-toxcore/toxcore/group_pack.c:196: bool load_unpack_self_info(GC_Chat *, Bin_Unpack *): Assertion 'self_nick_len <= MAX_GC_NICK_SIZE' failed.
This shouldn't be an assertion. Any byte sequence is a valid input for loading savedata. We can reject it, but we can't crash the binary on broken saves.
The text was updated successfully, but these errors were encountered: