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
count is often larger than UINT16_MAX, and then toxcore crashes.
i do not know if there is a bigger issue here with truncating "count" down to UINT16_MAX aswell.
c-toxcore/toxcore/network.c
Line 1794 in 2824aa2
count is often larger than UINT16_MAX, and then toxcore crashes.
i do not know if there is a bigger issue here with truncating "count" down to UINT16_MAX aswell.
this used to be "size_t":
c-toxcore/toxcore/network.c
Line 1468 in 4348b96
some refactoring was not correct after v0.2.13
The text was updated successfully, but these errors were encountered: