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
Hello.
The result of this subtraction can be negative, that in turn leads to large values in sub.x and sub.y since they are casted to u32.
Also, this will cause u32 overflow in the .copy_from method.
Hello.
The result of this subtraction can be negative, that in turn leads to large values in sub.x and sub.y since they are casted to u32.
Also, this will cause u32 overflow in the .copy_from method.
shotgun/src/main.rs
Lines 207 to 208 in 1e5f5d7
The text was updated successfully, but these errors were encountered: